3 # $NetBSD: moss.sh,v 1.1.1.1 2004/08/10 06:48:21 minskim Exp $
7 # REQUIRE: DAEMON LOGIN wscons
10 if [ -f /etc
/rc.subr
]; then
16 command="@PREFIX@/bin/${name}"
17 command_interpreter
="@INTERPRETER@"
18 pidfile
="/var/run/moss.pid"
19 required_files
="@PREFIX@/etc/moss.conf"
20 command_args
="-c ${required_files}"
22 if [ -f /etc
/rc.subr
]; then
27 ${command} ${command_args}