From: franklahm Date: Mon, 19 Oct 2009 10:13:28 +0000 (+0000) Subject: Include NetBSD downstream patches. From HAT. X-Git-Tag: before-ipv6~77 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=856cce620ab516e98db455da44857ac00a533baa Include NetBSD downstream patches. From HAT. --- diff --git a/distrib/initscripts/rc.afpd.netbsd.tmpl b/distrib/initscripts/rc.afpd.netbsd.tmpl index 7f289072..4f5ffcfd 100644 --- a/distrib/initscripts/rc.afpd.netbsd.tmpl +++ b/distrib/initscripts/rc.afpd.netbsd.tmpl @@ -2,6 +2,7 @@ # # 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 @@ -15,7 +16,7 @@ rcvar=$name 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"