From 27f74da3eebfce37b2945fcbb85d9c84d14e7333 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 30 Jun 2010 16:45:27 +0000 Subject: [PATCH] improve sample config --- comms/smstools/Makefile | 3 ++- comms/smstools/files/smsd.conf.openbsd | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/comms/smstools/Makefile b/comms/smstools/Makefile index 41b1187427a..d250ebafebc 100644 --- a/comms/smstools/Makefile +++ b/comms/smstools/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2010/06/25 22:44:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2010/06/30 16:45:27 sthen Exp $ COMMENT = gateway to send and receive SMS through GSM mobile phones DISTNAME = smstools3-3.1.11 +PKGNAME = ${DISTNAME}p0 CATEGORIES = comms diff --git a/comms/smstools/files/smsd.conf.openbsd b/comms/smstools/files/smsd.conf.openbsd index bb02f03ccd2..958af29f79e 100644 --- a/comms/smstools/files/smsd.conf.openbsd +++ b/comms/smstools/files/smsd.conf.openbsd @@ -1,4 +1,4 @@ -# $OpenBSD: smsd.conf.openbsd,v 1.2 2010/04/22 21:07:58 sthen Exp $ +# $OpenBSD: smsd.conf.openbsd,v 1.3 2010/06/30 16:45:27 sthen Exp $ # See ${TRUEPREFIX}/share/doc/smstools/configure.html for more details devices = GSM1 @@ -27,6 +27,8 @@ logfile = /var/log/smsd/smsd.log # also break rts/cts. On some 3G cards you might be able to # use the control device for SMS simultaneously with using # the data device for a PPP connection. +# For this one I have set incoming=no so it doesn't pull +# the existing messages off the phone. device = /dev/cuaU1 incoming = no rtscts = no @@ -37,7 +39,5 @@ send_delay = 20 # pin = 1111 # pin normally used only with data cards, not phones [GSM2] -# For this one I have set incoming=no so it doesn't pull the existing -# messages off the phone. device = /dev/cua00 incoming = yes