diff --git a/comms/smstools/Makefile b/comms/smstools/Makefile index 835ba425cbf..ef60bf2ab88 100644 --- a/comms/smstools/Makefile +++ b/comms/smstools/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2011/03/02 08:59:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2011/04/13 13:27:53 sthen Exp $ COMMENT = gateway to send and receive SMS through GSM mobile phones DISTNAME = smstools3-3.1.14 -REVISION = 1 +REVISION = 2 CATEGORIES = comms diff --git a/comms/smstools/pkg/MESSAGE b/comms/smstools/pkg/MESSAGE index 603edf2d0a1..3028dc4f93a 100644 --- a/comms/smstools/pkg/MESSAGE +++ b/comms/smstools/pkg/MESSAGE @@ -1,10 +1,2 @@ -To have smsd start at boot time, you have to adapt -${SYSCONFDIR}/smsd.conf and insert the following into /etc/rc.local. - -if [ -x ${PREFIX}/bin/smsd ]; then - install -d -o _smsd /var/run/smsd - echo -n ' smsd'; ${PREFIX}/bin/smsd -fi - smsd needs access to the serial port; this can be done by adding the _smsd user to 'dialer' in /etc/group.