rc_reload=NO, reminded by/ok ajacoutot@

This commit is contained in:
sthen 2011-03-02 08:59:20 +00:00
parent 7edcdfdb76
commit 30aa021611
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.22 2011/03/02 08:39:13 sthen Exp $
# $OpenBSD: Makefile,v 1.23 2011/03/02 08:59:20 sthen Exp $
COMMENT = gateway to send and receive SMS through GSM mobile phones
DISTNAME = smstools3-3.1.14
REVISION = 0
REVISION = 1
CATEGORIES = comms

View File

@ -1,11 +1,13 @@
#!/bin/sh
#
# $OpenBSD: smsd.rc,v 1.1 2011/03/02 08:39:13 sthen Exp $
# $OpenBSD: smsd.rc,v 1.2 2011/03/02 08:59:20 sthen Exp $
daemon="${TRUEPREFIX}/bin/smsd"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_pre() {
install -d -o _smsd /var/run/smsd
}