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 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'etc/network/if-up.d/itzks-autofs') 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 -- cgit v1.2.3