]> arthur.barton.de Git - netatalk.git/commitdiff
Small fix, add missing quote, from Don Lee
authorRalph Boehme <sloowfranklin@gmail.com>
Tue, 28 May 2013 10:42:23 +0000 (12:42 +0200)
committerRalph Boehme <sloowfranklin@gmail.com>
Tue, 28 May 2013 10:42:23 +0000 (12:42 +0200)
distrib/initscripts/rc.netbsd.tmpl

index 1f84c4398fa761bbd72d0ff71df7773dbf9959e4..af5602a581fc4dfe3e272718dc06e44225be1af7 100644 (file)
@@ -13,7 +13,7 @@ rcvar=$name
 command=":SBINDIR:/netatalk"
 etcdir=":ETCDIR:"
 pidfile="/var/run/${name}.pid"
-required_files="$etcdir/afp.conf
+required_files="$etcdir/afp.conf"
 
 load_rc_config $name
 run_rc_command "$1"