2347fe0d94
with tweaks from myself OK jasper@ sthen@ looks fine aja@
12 lines
154 B
Bash
12 lines
154 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: pound.rc,v 1.1 2011/05/23 14:49:42 gsoares Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/pound"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|