diff options
-rw-r--r-- | etc/apt/listchanges.conf | 6 | ||||
-rw-r--r-- | etc/cron-apt/config | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/apt/listchanges.conf b/etc/apt/listchanges.conf new file mode 100644 index 00000000..8b598c0a --- /dev/null +++ b/etc/apt/listchanges.conf @@ -0,0 +1,6 @@ +[apt] +frontend=mail +email_address=root +confirm=0 +save_seen=/var/lib/apt/listchanges.db +which=both diff --git a/etc/cron-apt/config b/etc/cron-apt/config new file mode 100644 index 00000000..d36badce --- /dev/null +++ b/etc/cron-apt/config @@ -0,0 +1,4 @@ +# Configuration for cron-apt. For further information about the possible +# configuration settings see /usr/share/doc/cron-apt/README.gz. + +MAILON="upgrade" |