3 # $NetBSD: conserver.sh,v 1.4 2004/07/10 22:35:32 salo Exp $
15 command="@PREFIX@/sbin/${name}"
16 required_files
="@PKG_SYSCONFDIR@/conserver.cf"
17 pidfile
="/var/run/conserver.pid"
18 command_args
="-d" # _must_ start as daemon from rc.d;
19 # add more flags through ${${name}_flags}
20 extra_commands
="reload"
22 if [ -f /etc
/rc.subr
]
28 ${command} ${conserver_flags} ${command_args}