]> arthur.barton.de Git - netatalk.git/blobdiff - distrib/initscripts/rc.atalk.bsd.tmpl
Naming issues. From HAT.
[netatalk.git] / distrib / initscripts / rc.atalk.bsd.tmpl
index f4d17fa75e8879bbb7ace7bf00a0f4e25fcf4a5a..191055de6b8b1b9b6d39b1cb4b68a996e192288a 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 #
-# AppleTalk daemons. Make sure not to start atalkd in the background:
+# Netatalk daemons.
+# If you use AppleTalk, Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
 #
@@ -14,7 +15,7 @@
 ##     /usr/etc/modload -sym :ETCDIR:/netatalk.o;
 ##fi
 
-echo -n 'starting appletalk daemons:'
+echo -n 'starting netatalk daemons:'
 if [ -x :SBINDIR:/atalkd ]; then
        :SBINDIR:/atalkd;               echo -n ' atalkd'
 fi