]> Frank Brehm's Git Trees - config/bruni/etc-mint.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Thu, 7 Feb 2019 19:49:04 +0000 (20:49 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 7 Feb 2019 19:49:04 +0000 (20:49 +0100)
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

.etckeeper
apt/apt.conf.d/90mintsystem [new file with mode: 0644]

index d3fc6c40b64a94bd368d9b6fe17e58c7de6f6b6c..e888c902addff972a618af0ca617a1ccc2fea44d 100755 (executable)
@@ -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 (file)
index 0000000..91179cd
--- /dev/null
@@ -0,0 +1,3 @@
+APT::Archives::MaxAge "7";
+APT::Archives::MinAge "2";
+APT::Archives::MaxSize "500";