summaryrefslogtreecommitdiff
path: root/net/netatalk/patches/patch-ai
blob: 9da6b4f68726c593d60257cf67652f9a478493c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ai,v 1.4 2004/11/02 11:26:28 markd Exp $

--- distrib/initscripts/rc.afpd.netbsd.tmpl.orig	2002-01-17 19:04:35.000000000 +1300
+++ 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"