From: didg Date: Fri, 15 Sep 2006 00:11:34 +0000 (+0000) Subject: don't load atalkd kernel module, either appletalk is not compiled or it will be loade... X-Git-Tag: before_sfm~5 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=826f3c5ce299b2748d0d96de7c27824e483a28a7 don't load atalkd kernel module, either appletalk is not compiled or it will be loaded automatically, from HAT --- diff --git a/distrib/initscripts/rc.atalk.redhat.tmpl b/distrib/initscripts/rc.atalk.redhat.tmpl index 330ca139..96ae2a69 100644 --- a/distrib/initscripts/rc.atalk.redhat.tmpl +++ b/distrib/initscripts/rc.atalk.redhat.tmpl @@ -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