]> arthur.barton.de Git - netatalk.git/commitdiff
Naming issues. From HAT.
authorfranklahm <franklahm>
Wed, 25 Nov 2009 16:21:34 +0000 (16:21 +0000)
committerfranklahm <franklahm>
Wed, 25 Nov 2009 16:21:34 +0000 (16:21 +0000)
distrib/initscripts/rc.afpd.netbsd.tmpl
distrib/initscripts/rc.atalk.bsd.tmpl
distrib/initscripts/rc.atalk.gentoo.tmpl
distrib/initscripts/rc.atalk.redhat.tmpl
distrib/initscripts/rc.atalk.suse.tmpl
distrib/initscripts/rc.atalk.sysv.tmpl
distrib/initscripts/rc.atalk.tru64.tmpl
distrib/initscripts/rc.atalkd.netbsd.tmpl
distrib/initscripts/rc.cnid_metad.netbsd.tmpl
distrib/initscripts/rc.papd.netbsd.tmpl
distrib/initscripts/rc.timelord.netbsd.tmpl

index 4f5ffcfdb0ac3f7a8ab4b984398ac92205160c01..36da2affb42c2757da894f70029e54c53255fb2e 100644 (file)
@@ -1,10 +1,11 @@
 #!/bin/sh
 #
 # PROVIDE: afpd
-# REQUIRE: atalkd
+# REQUIRE: cnid_metad
 # KEYWORD: shutdown
 #
-# AppleTalk daemons. Make sure not to start atalkd in the background:
+# Apple Filing Protocol daemon.
+# 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.
 #
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
index f83df15e648e1574be1453da8025c7275b2ab857..c75ed74b9d0dbfbfabbffd396da62ca5cf2c69a2 100644 (file)
@@ -1,6 +1,7 @@
 #!/sbin/runscript
 
-# 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.
 
index a6cfeea5759a54cfe96cebb9970815270d4da6dc..b4fd785e0253f294a72dac7834e44ebc0027d42d 100644 (file)
@@ -1,11 +1,11 @@
 #! /bin/sh
 # chkconfig: - 91 35
-# description: This package enables Linux to talk to Macintosh
-#              computers via the AppleTalk networking protocol and 
-#              provides printer, file sharing, and AppleTalk routing 
-#              services.   
+# description: This package is an implementation of "AFP over TCP"
+#              and provides printer, file sharing, and routing 
+#              services via legacy AppleTalk networking protocol.
 #
-# 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.
 
@@ -122,7 +122,7 @@ atalk_startup() {
 
 case "$1" in
 'start')
-       echo -n 'Starting AppleTalk services: '
+       echo -n 'Starting Netatalk services: '
        if [ x"${ATALK_BGROUND}" = x"yes" ]; then 
            echo -n "(backgrounded)"
            atalk_startup >& /dev/null &
@@ -133,7 +133,7 @@ case "$1" in
        echo 
        ;;
 'stop')
-       echo 'Shutting down AppleTalk services: '
+       echo 'Shutting down Netatalk services: '
        if [ x"${ATALKD_RUN}" != x"no" ]; then
            if [ x"${PAPD_RUN}" = x"yes" -a -x ${ATALK_SBIN}/papd ]; then
                echo -n "  Stopping papd:"
index 813ba0c56c7d88240b3e51613711f9c318cc7bca..c9a0bec35039219b4841d3c0b5c3de90bc4d85f9 100755 (executable)
@@ -11,7 +11,7 @@
 # Required-Stop:
 # Default-Start:  3 5
 # Default-Stop:
-# Description:    Appletalk TCP/IP daemons
+# Description:    AFP over TCP and legacy Appletalk daemons
 ### END INIT INFO
 
 test -f /etc/rc.config && {
index ee979d2d4e8bfd9341de2e9683dfa9a4eba0a7e3..f21c7ec9dff80981b5cae7dd1c6cbbf47f5838d7 100755 (executable)
@@ -2,7 +2,8 @@
 #
 # Start/stop the Netatalk daemons.
 #
-# 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.
 #
@@ -24,11 +25,11 @@ HOSTNAME=`hostname`
 
 
 #
-# Start the appletalk server processes.
+# Start the netatalk server processes.
 #
 
 atalk_startup() {
-       echo 'starting appletalk daemons: \c'
+       echo 'starting netatalk daemons: \c'
        if [ x"${ATALKD_RUN}" != x"no" ]; then
                if [ -x :SBINDIR:/atalkd ]; then
                        :SBINDIR:/atalkd;               echo ' atalkd\c'
@@ -75,11 +76,11 @@ case "$1" in
         ;;
 
 #
-# Stop the appletalk server processes.
+# Stop the netatalk server processes.
 #
 'stop')
 
-       echo 'stopping appletalk daemons:\c'
+       echo 'stopping netatalk daemons:\c'
 
        if [ -x :SBINDIR:/papd ]; then
                killproc papd;                  echo ' papd\c'
index fa9bb25201cc9ae330b2874322ccd3738a7db485..3a7f97032d77231b92b7115538c36d94127656a5 100755 (executable)
@@ -1,8 +1,9 @@
 #! /bin/sh
 #
-# Start/stop the AppleTalk daemons.
+# Start/stop the Netatalk daemons.
 #
-# 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.
 #
@@ -32,12 +33,12 @@ killproc() {
 case "$1" in
 
 #
-# Start the appletalk server processes.
+# Start the netatalk server processes.
 #
 
 'start')
 
-       echo 'starting appletalk daemons: \c'
+       echo 'starting netatalk daemons: \c'
        if [ ${ATALK_START_ATALKD} -eq 1 -a -x ${ATALK_SBIN}/atalkd ]; then
                ${ATALK_SBIN}/atalkd;           echo ' atalkd\c'
        fi
@@ -69,12 +70,12 @@ case "$1" in
        ;;
 
 #
-# Stop the appletalk server processes.
+# Stop the netatalk server processes.
 #
 
 'stop')
 
-       echo 'stopping appletalk daemons:\c'
+       echo 'stopping netatalk daemons:\c'
 
        if [ -x ${ATALK_SBIN}/papd ]; then
                killproc papd;                  echo ' papd\c'
index 16fff48837035c7f1bb9bb4915d12a2e729d3251..a567048791d54337152b999ede79ba0403f828c7 100644 (file)
@@ -3,7 +3,8 @@
 # PROVIDE: atalkd
 # REQUIRE: DAEMON
 #
-# AppleTalk daemons. Make sure not to start atalkd in the background:
+# AppleTalk daemon.
+# 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.
 #
index 1af471986c178a2fa7390b819b71daf5e25f0404..b0963cfea6c287a0885e400f6d91395b740972c1 100644 (file)
@@ -2,9 +2,9 @@
 #
 # PROVIDE: cnid_metad
 #
-# AppleTalk daemons. Make sure not to start atalkd in the background:
-# its data structures must have time to stablize before running the
-# other processes.
+# Start cnid_dbd daemons on request.
+# The cnid_dbd is an implementation for accessing to CNID databases
+# through a dedicated daemon process.
 #
 
 . /etc/rc.subr
index bcce58e6d3143380640eb0624bdef1e89816f35f..4b2f3d6a6c35bfa407958f0ba0135ecbe5024281 100644 (file)
@@ -3,7 +3,8 @@
 # PROVIDE: papd
 # REQUIRE: atalkd
 #
-# AppleTalk daemons. Make sure not to start atalkd in the background:
+# AppleTalk print server daemon.
+# Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
 #
index 23d3ae278144d777ff6bc1f8ee2238594a1772dc..2c4f2bbfdef740f710d8e8c7b4c8a84be86ac84b 100644 (file)
@@ -3,7 +3,8 @@
 # PROVIDE: timelord
 # REQUIRE: atalkd
 #
-# AppleTalk daemons. Make sure not to start atalkd in the background:
+# AppleTalk time server daemon.
+# Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
 #