diff options
Diffstat (limited to 'etc/network')
-rwxr-xr-x | etc/network/if-up.d/itzks-autofs | 24 | ||||
-rwxr-xr-x | etc/network/if-up.d/itzks-cups | 9 |
2 files changed, 0 insertions, 33 deletions
diff --git a/etc/network/if-up.d/itzks-autofs b/etc/network/if-up.d/itzks-autofs deleted file mode 100755 index 611d78c..0000000 --- a/etc/network/if-up.d/itzks-autofs +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -if test -e /etc/debian-edu/config; then - . /etc/debian-edu/config -fi - -if [ "$IFACE" != "lo" ]; then - : -else - exit 0 -fi - -if test -e /etc/network/if-up.d/autofs; then - exit 0 -fi -if test -e /etc/network/if-up.d/debian-edu; then - exit 0 -fi - -if [ "$PROFILE" = "Roaming-Workstation" ]; then - exit 0 -fi - -invoke-rc.d --quiet autofs restart diff --git a/etc/network/if-up.d/itzks-cups b/etc/network/if-up.d/itzks-cups deleted file mode 100755 index c07f740..0000000 --- a/etc/network/if-up.d/itzks-cups +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# DISABLED for Debian jessie and beyond... - -#if test -e /etc/network/if-up.d/cups; then exit 0; fi -#if test -e /etc/network/if-up.d/debian-edu; then exit 0; fi -# -#invoke-rc.d --quiet cups restart - |