]> arthur.barton.de Git - netatalk.git/commitdiff
don't load atalkd kernel module, either appletalk is not compiled or it will be loade...
authordidg <didg>
Thu, 14 Sep 2006 23:26:10 +0000 (23:26 +0000)
committerdidg <didg>
Thu, 14 Sep 2006 23:26:10 +0000 (23:26 +0000)
distrib/initscripts/rc.atalk.redhat.tmpl

index 330ca139fa20e5e7dbf53f18bbcb1a5595781963..96ae2a69d2c9161787de4765e1ba258da24d91d7 100644 (file)
@@ -19,13 +19,11 @@ ATALK_SBIN=:SBINDIR:
 # Source networking configuration.
 . /etc/sysconfig/network
 
-# Quickly probe for appletalk and warn if we can't find it
-/sbin/modprobe appletalk || echo "[could not load appletalk module]"
-
-# Check for IP Encapsulation support
-#/sbin/modprobe ipddp || echo "[could not load IP encapsulation]"
-
 if [ ! -x ${ATALK_SBIN}/atalkd ]; then
+     # Quickly probe for appletalk and warn if we can't find it
+     #/sbin/modprobe appletalk || echo "[could not load appletalk module]"
+     # Check for IP Encapsulation support
+     #/sbin/modprobe ipddp || echo "[could not load IP encapsulation]"
      echo "[${ATALK_SBIN}/atalkd not found.  Did it compile?]";
      exit 0;
 fi