svn commit: r341843 - in branches/2014Q1/comms/smstools3: . files
Guido Falsi
madpilot at FreeBSD.org
Thu Jan 30 14:48:37 UTC 2014
Author: madpilot
Date: Thu Jan 30 14:48:36 2014
New Revision: 341843
URL: http://svnweb.freebsd.org/changeset/ports/341843
QAT: https://qat.redports.org/buildarchive/r341843/
Log:
MFH: r341822
- Add note in rc script on how to log to syslog
Thanks to Dmitry Selivanov <sd at rlan.ru> for testing.
Reported by: Dmitry Selivanov <sd at rlan.ru> and a few others
Approved by: portmgr (antoine)
Modified:
branches/2014Q1/comms/smstools3/Makefile
branches/2014Q1/comms/smstools3/files/smsd.in
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/comms/smstools3/Makefile
==============================================================================
--- branches/2014Q1/comms/smstools3/Makefile Thu Jan 30 14:26:06 2014 (r341842)
+++ branches/2014Q1/comms/smstools3/Makefile Thu Jan 30 14:48:36 2014 (r341843)
@@ -3,7 +3,7 @@
PORTNAME= smstools
PORTVERSION= 3.1.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= http://smstools3.kekekasvi.com/packages/
DISTNAME= smstools3-${PORTVERSION}
Modified: branches/2014Q1/comms/smstools3/files/smsd.in
==============================================================================
--- branches/2014Q1/comms/smstools3/files/smsd.in Thu Jan 30 14:26:06 2014 (r341842)
+++ branches/2014Q1/comms/smstools3/files/smsd.in Thu Jan 30 14:48:36 2014 (r341843)
@@ -10,6 +10,12 @@
#
# smsd_enable="YES"
#
+# NOTE: to make smsd log to syslog specify:
+#
+# smsd_logfile="syslog"
+#
+# in rc.conf
+#
. /etc/rc.subr
name=smsd
More information about the svn-ports-all
mailing list