we are not arla

This commit is contained in:
christos 2012-05-06 20:37:47 +00:00
parent ff5e531b5e
commit fa032de1d1

View file

@ -1,16 +1,16 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: bosserver.sh,v 1.2 2007/10/27 09:11:10 gendalia Exp $
# $NetBSD: bosserver.sh,v 1.3 2012/05/06 20:37:47 christos Exp $
#
# PROVIDE: bosserver
# BEFORE: arlad
# BEFORE: afsd
# REQUIRE: NETWORK
. /etc/rc.subr
name="bosserver"
rcvar=$name
hostname=`@HOSTNAME_CMD@`
hostname=$(@HOSTNAME_CMD@)
command="@PREFIX@/sbin/$name"
start_precmd="ulimit -S -d 1048576;ulimit -S -c unlimited"
stop_precmd="@PREFIX@/bin/bos shutdown $hostname -local -wait"