From 31973b5d92233931d5aec89e8e83243495ab0423 Mon Sep 17 00:00:00 2001 From: franklahm Date: Wed, 25 Nov 2009 16:21:34 +0000 Subject: [PATCH] Naming issues. From HAT. --- distrib/initscripts/rc.afpd.netbsd.tmpl | 5 +++-- distrib/initscripts/rc.atalk.bsd.tmpl | 5 +++-- distrib/initscripts/rc.atalk.gentoo.tmpl | 3 ++- distrib/initscripts/rc.atalk.redhat.tmpl | 14 +++++++------- distrib/initscripts/rc.atalk.suse.tmpl | 2 +- distrib/initscripts/rc.atalk.sysv.tmpl | 11 ++++++----- distrib/initscripts/rc.atalk.tru64.tmpl | 13 +++++++------ distrib/initscripts/rc.atalkd.netbsd.tmpl | 3 ++- distrib/initscripts/rc.cnid_metad.netbsd.tmpl | 6 +++--- distrib/initscripts/rc.papd.netbsd.tmpl | 3 ++- distrib/initscripts/rc.timelord.netbsd.tmpl | 3 ++- 11 files changed, 38 insertions(+), 30 deletions(-) diff --git a/distrib/initscripts/rc.afpd.netbsd.tmpl b/distrib/initscripts/rc.afpd.netbsd.tmpl index 4f5ffcfd..36da2aff 100644 --- a/distrib/initscripts/rc.afpd.netbsd.tmpl +++ b/distrib/initscripts/rc.afpd.netbsd.tmpl @@ -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. # diff --git a/distrib/initscripts/rc.atalk.bsd.tmpl b/distrib/initscripts/rc.atalk.bsd.tmpl index f4d17fa7..191055de 100755 --- a/distrib/initscripts/rc.atalk.bsd.tmpl +++ b/distrib/initscripts/rc.atalk.bsd.tmpl @@ -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 diff --git a/distrib/initscripts/rc.atalk.gentoo.tmpl b/distrib/initscripts/rc.atalk.gentoo.tmpl index f83df15e..c75ed74b 100644 --- a/distrib/initscripts/rc.atalk.gentoo.tmpl +++ b/distrib/initscripts/rc.atalk.gentoo.tmpl @@ -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. diff --git a/distrib/initscripts/rc.atalk.redhat.tmpl b/distrib/initscripts/rc.atalk.redhat.tmpl index a6cfeea5..b4fd785e 100644 --- a/distrib/initscripts/rc.atalk.redhat.tmpl +++ b/distrib/initscripts/rc.atalk.redhat.tmpl @@ -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:" diff --git a/distrib/initscripts/rc.atalk.suse.tmpl b/distrib/initscripts/rc.atalk.suse.tmpl index 813ba0c5..c9a0bec3 100755 --- a/distrib/initscripts/rc.atalk.suse.tmpl +++ b/distrib/initscripts/rc.atalk.suse.tmpl @@ -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 && { diff --git a/distrib/initscripts/rc.atalk.sysv.tmpl b/distrib/initscripts/rc.atalk.sysv.tmpl index ee979d2d..f21c7ec9 100755 --- a/distrib/initscripts/rc.atalk.sysv.tmpl +++ b/distrib/initscripts/rc.atalk.sysv.tmpl @@ -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' diff --git a/distrib/initscripts/rc.atalk.tru64.tmpl b/distrib/initscripts/rc.atalk.tru64.tmpl index fa9bb252..3a7f9703 100755 --- a/distrib/initscripts/rc.atalk.tru64.tmpl +++ b/distrib/initscripts/rc.atalk.tru64.tmpl @@ -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' diff --git a/distrib/initscripts/rc.atalkd.netbsd.tmpl b/distrib/initscripts/rc.atalkd.netbsd.tmpl index 16fff488..a5670487 100644 --- a/distrib/initscripts/rc.atalkd.netbsd.tmpl +++ b/distrib/initscripts/rc.atalkd.netbsd.tmpl @@ -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. # diff --git a/distrib/initscripts/rc.cnid_metad.netbsd.tmpl b/distrib/initscripts/rc.cnid_metad.netbsd.tmpl index 1af47198..b0963cfe 100644 --- a/distrib/initscripts/rc.cnid_metad.netbsd.tmpl +++ b/distrib/initscripts/rc.cnid_metad.netbsd.tmpl @@ -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 diff --git a/distrib/initscripts/rc.papd.netbsd.tmpl b/distrib/initscripts/rc.papd.netbsd.tmpl index bcce58e6..4b2f3d6a 100644 --- a/distrib/initscripts/rc.papd.netbsd.tmpl +++ b/distrib/initscripts/rc.papd.netbsd.tmpl @@ -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. # diff --git a/distrib/initscripts/rc.timelord.netbsd.tmpl b/distrib/initscripts/rc.timelord.netbsd.tmpl index 23d3ae27..2c4f2bbf 100644 --- a/distrib/initscripts/rc.timelord.netbsd.tmpl +++ b/distrib/initscripts/rc.timelord.netbsd.tmpl @@ -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. # -- 2.39.2