diff --git a/comms/smstools/Makefile b/comms/smstools/Makefile index 4af4c853a5f..835ba425cbf 100644 --- a/comms/smstools/Makefile +++ b/comms/smstools/Makefile @@ -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 diff --git a/comms/smstools/pkg/smsd.rc b/comms/smstools/pkg/smsd.rc index ae13079a65a..5f6812edc71 100644 --- a/comms/smstools/pkg/smsd.rc +++ b/comms/smstools/pkg/smsd.rc @@ -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 }