diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-17 22:05:34 +0100 | 
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-17 22:05:34 +0100 | 
| commit | b75b379386a0030e7f9ddbd976506d5a4684ba9c (patch) | |
| tree | a71743b4888349d3cc67993ea6dec5a8a6d85a9f /etc | |
| parent | 09f0722be587056d3cbaebde4cdbe69c785cacdf (diff) | |
| download | itzks-systems-b75b379386a0030e7f9ddbd976506d5a4684ba9c.tar.gz itzks-systems-b75b379386a0030e7f9ddbd976506d5a4684ba9c.tar.bz2 itzks-systems-b75b379386a0030e7f9ddbd976506d5a4684ba9c.zip  | |
etc/network/if-up.d/: Drop itzks-autofs and itzks-cups.
Diffstat (limited to 'etc')
| -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 -  | 
