From bd807c0bda778099bff5a19a2443c67f976f52a0 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 23 Apr 2021 13:16:01 +0200 Subject: [PATCH] committing changes in /etc made by "apt install -y apticron-systemd" Package changes: +apticron-systemd 1.2.1 all --- .etckeeper | 2 ++ apticron/README | 6 ++++++ systemd/system/timers.target.wants/apticron.timer | 1 + 3 files changed, 9 insertions(+) create mode 100644 apticron/README create mode 120000 systemd/system/timers.target.wants/apticron.timer diff --git a/.etckeeper b/.etckeeper index 22e328d..a0e44ec 100755 --- a/.etckeeper +++ b/.etckeeper @@ -159,6 +159,8 @@ maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-buster-stable.gpg' maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-stretch-automatic.gpg' maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-stretch-security-automatic.gpg' maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-stretch-stable.gpg' +maybe chmod 0755 'apticron' +maybe chmod 0644 'apticron/README' maybe chgrp 'daemon' 'at.deny' maybe chmod 0640 'at.deny' maybe chmod 0644 'bash.bashrc' diff --git a/apticron/README b/apticron/README new file mode 100644 index 0000000..62c4295 --- /dev/null +++ b/apticron/README @@ -0,0 +1,6 @@ +Any settings in a named 'apticron.conf' file in this directory will override +the default apticron options. You may want to copy the original +'/usr/lib/apticron/apticron.conf' in here and use it as a base. + +*Do not* edit the original /usr/lib/apticron/apticron.conf, or you will lose +your local settings during the next apticron upgrade. diff --git a/systemd/system/timers.target.wants/apticron.timer b/systemd/system/timers.target.wants/apticron.timer new file mode 120000 index 0000000..505727c --- /dev/null +++ b/systemd/system/timers.target.wants/apticron.timer @@ -0,0 +1 @@ +/lib/systemd/system/apticron.timer \ No newline at end of file -- 2.39.5