~ubuntu-branches/ubuntu/precise/netatalk/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
#
# PROVIDE: papd
# REQUIRE: atalkd
#
# AppleTalk daemons. Make sure not to start atalkd in the background:
# its data structures must have time to stablize before running the
# other processes.
#

. /etc/rc.subr

name="papd"
rcvar=$name
command=":SBINDIR:/papd"
pidfile="/var/run/${name}.pid"
required_files=":ETCDIR:/papd.conf"

load_rc_config $name
run_rc_command "$1"