minor update to 3.1.8, update plist, add some @extraunexec
This commit is contained in:
parent
bec2a97cd6
commit
4acafe2a8b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/05/03 14:29:31 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/05/06 23:01:59 sthen Exp $
|
||||
|
||||
COMMENT = gateway to send and receive SMS through GSM mobile phones
|
||||
|
||||
DISTNAME = smstools3-3.1.7
|
||||
DISTNAME = smstools3-3.1.8
|
||||
|
||||
CATEGORIES = comms
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (smstools3-3.1.7.tar.gz) = o0unI4g3toCoAnZ98ju+GQ==
|
||||
RMD160 (smstools3-3.1.7.tar.gz) = VXN8KRCLoTZ94bvSq53eRwkO9/c=
|
||||
SHA1 (smstools3-3.1.7.tar.gz) = Q5hzuMrIVUdHXtBCZFzqpo2T9XA=
|
||||
SHA256 (smstools3-3.1.7.tar.gz) = COMS6ooQPtJu6fjtVDv2POdLpkFb8z+7ObvRvnbLp/I=
|
||||
SIZE (smstools3-3.1.7.tar.gz) = 283476
|
||||
MD5 (smstools3-3.1.8.tar.gz) = q1gXkCYNQEoTH/JRHIriZw==
|
||||
RMD160 (smstools3-3.1.8.tar.gz) = vAdRosPJetrBMMFhenRhUzoDNfs=
|
||||
SHA1 (smstools3-3.1.8.tar.gz) = DGnpagJXhKf0ItSq9NFFeaGjyPs=
|
||||
SHA256 (smstools3-3.1.8.tar.gz) = q0dh82kSU2V/JBEyrZFeoZDZ6cl2NAgrJT2Bkk8CFik=
|
||||
SIZE (smstools3-3.1.8.tar.gz) = 283752
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/06/02 15:57:48 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/05/06 23:01:59 sthen Exp $
|
||||
@conflict gnokii-*
|
||||
@newgroup _smsd:590
|
||||
@newuser _smsd:590:_smsd:daemon:smsd user:/nonexistent:/sbin/nologin
|
||||
@ -8,11 +8,13 @@ bin/sms2unicode
|
||||
@bin bin/smsd
|
||||
bin/unicode2sms
|
||||
share/doc/smstools/
|
||||
share/doc/smstools/at-commands.html
|
||||
share/doc/smstools/blacklist.html
|
||||
share/doc/smstools/book.html
|
||||
share/doc/smstools/compiling.html
|
||||
share/doc/smstools/configure.html
|
||||
share/doc/smstools/configure2.html
|
||||
share/doc/smstools/error-messages.html
|
||||
share/doc/smstools/eventhandler.html
|
||||
share/doc/smstools/faq.html
|
||||
share/doc/smstools/fileformat.html
|
||||
@ -60,3 +62,5 @@ share/examples/smstools/smsd.conf.openbsd
|
||||
@sample /var/spool/sms/incoming/
|
||||
@sample /var/spool/sms/checked/
|
||||
@sample /var/spool/sms/outgoing/
|
||||
@extraunexec rm -rf /var/spool/sms
|
||||
@extraunexec rm -rf /var/log/smsd
|
||||
|
Loading…
Reference in New Issue
Block a user