]> arthur.barton.de Git - netatalk.git/blobdiff - distrib/initscripts/rc.afpd.netbsd.tmpl
Merge master
[netatalk.git] / distrib / initscripts / rc.afpd.netbsd.tmpl
index 7f28907265468d5f8e9ef03336a5cd271b823ae2..c9223ee1dae7b3425c82e24a22a0abd66a913d51 100644 (file)
@@ -1,11 +1,10 @@
 #!/bin/sh
 #
 # PROVIDE: afpd
-# REQUIRE: atalkd
+# REQUIRE: cnid_metad
+# KEYWORD: shutdown
 #
-# AppleTalk daemons. Make sure not to start atalkd in the background:
-# its data structures must have time to stablize before running the
-# other processes.
+# AFP fileserver for Macintosh clients (netatalk :NETATALK_VERSION:)
 #
 
 . /etc/rc.subr
@@ -15,8 +14,8 @@ rcvar=$name
 command=":SBINDIR:/afpd"
 etcdir=":ETCDIR:"
 pidfile="/var/run/${name}.pid"
-required_files="$etcdir/papd.conf $etcdir/AppleVolumes.default $etcdir/AppleVolumes.system"
+command_args="-P ${pidfile}"
+required_files="$etcdir/afp.conf
 
 load_rc_config $name
 run_rc_command "$1"
-