From: Frank Brehm Date: Thu, 7 Feb 2019 19:49:04 +0000 (+0100) Subject: committing changes in /etc after apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4e9f92474fba94b076de5efc743707d8c0914e67;p=config%2Fbruni%2Fetc-mint.git committing changes in /etc after apt run Package changes: -libarchive13 3.2.2-3.1ubuntu0.2 amd64 +libarchive13 3.2.2-3.1ubuntu0.3 amd64 -mintsystem 8.4.1 all +mintsystem 8.4.2 all -openssh-client 1:7.6p1-4ubuntu0.1 amd64 -openssh-server 1:7.6p1-4ubuntu0.1 amd64 -openssh-sftp-server 1:7.6p1-4ubuntu0.1 amd64 +openssh-client 1:7.6p1-4ubuntu0.2 amd64 +openssh-server 1:7.6p1-4ubuntu0.2 amd64 +openssh-sftp-server 1:7.6p1-4ubuntu0.2 amd64 -ssh-askpass-gnome 1:7.6p1-4ubuntu0.1 amd64 +ssh-askpass-gnome 1:7.6p1-4ubuntu0.2 amd64 --- diff --git a/.etckeeper b/.etckeeper index d3fc6c4..e888c90 100755 --- a/.etckeeper +++ b/.etckeeper @@ -495,6 +495,7 @@ maybe chmod 0644 'apt/apt.conf.d/20packagekit' maybe chmod 0644 'apt/apt.conf.d/50appstream' maybe chmod 0644 'apt/apt.conf.d/50command-not-found' maybe chmod 0644 'apt/apt.conf.d/70debconf' +maybe chmod 0644 'apt/apt.conf.d/90mintsystem' maybe chmod 0644 'apt/apt.conf.d/99synaptic' maybe chmod 0644 'apt/apt.conf.d/99update-notifier' maybe chmod 0755 'apt/preferences.d' diff --git a/apt/apt.conf.d/90mintsystem b/apt/apt.conf.d/90mintsystem new file mode 100644 index 0000000..91179cd --- /dev/null +++ b/apt/apt.conf.d/90mintsystem @@ -0,0 +1,3 @@ +APT::Archives::MaxAge "7"; +APT::Archives::MinAge "2"; +APT::Archives::MaxSize "500";