From b617dbdc6b56f0c08bcb8f6816395f641784147a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 25 Jul 2015 18:01:03 +0200 Subject: examples/disklserver/tftp: Adapt tftp configuration example (disklserver) to Debian Edu jessie. --- etc/network/if-up.d/itzks-autofs | 8 +++++--- etc/network/if-up.d/itzks-cups | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'etc') diff --git a/etc/network/if-up.d/itzks-autofs b/etc/network/if-up.d/itzks-autofs index 974a1c6..369ca23 100755 --- a/etc/network/if-up.d/itzks-autofs +++ b/etc/network/if-up.d/itzks-autofs @@ -1,7 +1,9 @@ #!/bin/sh -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 +# DISABLED for Debian jessie and beyond... -invoke-rc.d --quiet autofs restart +#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 + +#invoke-rc.d --quiet autofs restart diff --git a/etc/network/if-up.d/itzks-cups b/etc/network/if-up.d/itzks-cups index 229e9ab..c07f740 100755 --- a/etc/network/if-up.d/itzks-cups +++ b/etc/network/if-up.d/itzks-cups @@ -1,7 +1,9 @@ #!/bin/sh -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 +# DISABLED for Debian jessie and beyond... -invoke-rc.d --quiet cups restart +#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 -- cgit v1.2.3