openbsd-ports/www/havp/pkg/havp.rc
robert d01a9d9204 create the working directories with the correct group
so that others can access it
discussed with ajacoutot@
2011-11-30 11:00:59 +00:00

14 lines
211 B
Bash

#!/bin/sh
#
# $OpenBSD: havp.rc,v 1.2 2011/11/30 11:00:59 robert Exp $
daemon="${TRUEPREFIX}/sbin/havp"
. /etc/rc.d/rc.subr
rc_pre() {
install -d -o _havp -g _havp /var/run/havp/ /var/tmp/havp/
}
rc_cmd $1