diff options
Diffstat (limited to 'etc/apt')
-rw-r--r-- | etc/apt/apt.conf.d/30nagios-check-libs | 1 | ||||
-rw-r--r-- | etc/apt/apt.conf.d/80proxy | 2 | ||||
-rw-r--r-- | etc/apt/listchanges.conf | 6 | ||||
-rw-r--r-- | etc/apt/sources.list | 8 |
4 files changed, 0 insertions, 17 deletions
diff --git a/etc/apt/apt.conf.d/30nagios-check-libs b/etc/apt/apt.conf.d/30nagios-check-libs deleted file mode 100644 index f3962064..00000000 --- a/etc/apt/apt.conf.d/30nagios-check-libs +++ /dev/null @@ -1 +0,0 @@ -DPkg::Post-Invoke { "/bin/echo 'Checking for upgraded libraries...' ; /usr/local/sbin/nagios-check-libs || true"; }; diff --git a/etc/apt/apt.conf.d/80proxy b/etc/apt/apt.conf.d/80proxy deleted file mode 100644 index 15a688ea..00000000 --- a/etc/apt/apt.conf.d/80proxy +++ /dev/null @@ -1,2 +0,0 @@ -Acquire::http::Proxy "http://localhost:3128"; - diff --git a/etc/apt/listchanges.conf b/etc/apt/listchanges.conf deleted file mode 100644 index 8b598c0a..00000000 --- a/etc/apt/listchanges.conf +++ /dev/null @@ -1,6 +0,0 @@ -[apt] -frontend=mail -email_address=root -confirm=0 -save_seen=/var/lib/apt/listchanges.db -which=both diff --git a/etc/apt/sources.list b/etc/apt/sources.list deleted file mode 100644 index 3bca4533..00000000 --- a/etc/apt/sources.list +++ /dev/null @@ -1,8 +0,0 @@ -deb http://ftp.de.debian.org/debian/ jessie main non-free -#deb-src http://ftp.de.debian.org/debian/ jessie main non-free - -deb http://security.debian.org/ jessie/updates main non-free -#deb-src http://security.debian.org/ jessie/updates main non-free - -deb http://ftp.de.debian.org/debian/ jessie-backports main non-free -#deb-src http://ftp.de.debian.org/debian/ jessie-backports main non-free |