From ccfa15273ac9ebbc4f98b8f17f0dbfaa83453f58 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Fri, 10 Jul 2020 13:13:15 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 ++ icingaweb2/setup.token | 1 + 2 files changed, 3 insertions(+) create mode 100644 icingaweb2/setup.token diff --git a/.etckeeper b/.etckeeper index 4a31a998..4cd716bc 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2860,6 +2860,8 @@ maybe chgrp 'icingaweb2' 'icingaweb2/modules' maybe chmod 2770 'icingaweb2/modules' maybe chmod 0755 'icingaweb2/modules/translation' maybe chmod 0644 'icingaweb2/modules/translation/config.ini' +maybe chgrp 'icingaweb2' 'icingaweb2/setup.token' +maybe chmod 0660 'icingaweb2/setup.token' maybe chmod 0644 'idmapd.conf' maybe chmod 0755 'ifplugd' maybe chmod 0755 'ifplugd/action.d' diff --git a/icingaweb2/setup.token b/icingaweb2/setup.token new file mode 100644 index 00000000..e402f4cb --- /dev/null +++ b/icingaweb2/setup.token @@ -0,0 +1 @@ +8108ab536169883a \ No newline at end of file -- 2.43.0