]> arthur.barton.de Git - netatalk.git/commitdiff
Include NetBSD downstream patches. From HAT.
authorfranklahm <franklahm>
Mon, 19 Oct 2009 10:13:28 +0000 (10:13 +0000)
committerfranklahm <franklahm>
Mon, 19 Oct 2009 10:13:28 +0000 (10:13 +0000)
distrib/initscripts/rc.afpd.netbsd.tmpl

index 7f28907265468d5f8e9ef03336a5cd271b823ae2..4f5ffcfdb0ac3f7a8ab4b984398ac92205160c01 100644 (file)
@@ -2,6 +2,7 @@
 #
 # PROVIDE: afpd
 # REQUIRE: atalkd
 #
 # PROVIDE: afpd
 # REQUIRE: atalkd
+# KEYWORD: shutdown
 #
 # AppleTalk daemons. Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 #
 # AppleTalk daemons. Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
@@ -15,7 +16,7 @@ rcvar=$name
 command=":SBINDIR:/afpd"
 etcdir=":ETCDIR:"
 pidfile="/var/run/${name}.pid"
 command=":SBINDIR:/afpd"
 etcdir=":ETCDIR:"
 pidfile="/var/run/${name}.pid"
-required_files="$etcdir/papd.conf $etcdir/AppleVolumes.default $etcdir/AppleVolumes.system"
+required_files="$etcdir/afpd.conf $etcdir/AppleVolumes.default $etcdir/AppleVolumes.system"
 
 load_rc_config $name
 run_rc_command "$1"
 
 load_rc_config $name
 run_rc_command "$1"