]> arthur.barton.de Git - netatalk.git/blob - distrib/initscripts/rc.cnid_metad.netbsd.tmpl
1af471986c178a2fa7390b819b71daf5e25f0404
[netatalk.git] / distrib / initscripts / rc.cnid_metad.netbsd.tmpl
1 #!/bin/sh
2 #
3 # PROVIDE: cnid_metad
4 #
5 # AppleTalk daemons. Make sure not to start atalkd in the background:
6 # its data structures must have time to stablize before running the
7 # other processes.
8 #
9
10 . /etc/rc.subr
11
12 name="cnid_metad"
13 rcvar=$name
14 command=":SBINDIR:/cnid_metad"
15 etcdir=":ETCDIR:"
16
17 load_rc_config $name
18 run_rc_command "$1"
19