remove MESSAGE lines obsoleted by the rcscript. bump.

This commit is contained in:
sthen 2011-04-13 13:27:53 +00:00
parent 19a07817ac
commit 693a1a02af
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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.