498a61cceb
Changelog : http://www.hiawatha-webserver.org/changelog. Added rc script. Diff from me and modify by ajacoutot@. ok ajacoutot@.
12 lines
161 B
Bash
12 lines
161 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: hiawatha.rc,v 1.1 2011/04/13 17:44:59 rpointel Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/hiawatha"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|