remove MESSAGE lines obsoleted by the rcscript. bump.
This commit is contained in:
parent
19a07817ac
commit
693a1a02af
@ -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
|
COMMENT = gateway to send and receive SMS through GSM mobile phones
|
||||||
|
|
||||||
DISTNAME = smstools3-3.1.14
|
DISTNAME = smstools3-3.1.14
|
||||||
REVISION = 1
|
REVISION = 2
|
||||||
|
|
||||||
CATEGORIES = comms
|
CATEGORIES = comms
|
||||||
|
|
||||||
|
@ -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
|
smsd needs access to the serial port; this can be done by adding
|
||||||
the _smsd user to 'dialer' in /etc/group.
|
the _smsd user to 'dialer' in /etc/group.
|
||||||
|
Loading…
Reference in New Issue
Block a user