From: Frank Brehm Date: Fri, 23 Apr 2021 11:16:01 +0000 (+0200) Subject: committing changes in /etc made by "apt install -y apticron-systemd" X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=bd807c0bda778099bff5a19a2443c67f976f52a0;p=config%2Fhelga-hetzner%2Fetc.git committing changes in /etc made by "apt install -y apticron-systemd" Package changes: +apticron-systemd 1.2.1 all --- 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