diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-01-30 09:14:15 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-01-30 09:14:15 +0000 |
commit | 2adafd8687a90d7b06a0ebc071bacdd685eae7d4 (patch) | |
tree | 78675126e30a51b9d777a522e2af19eb9ac02bb2 /comms | |
parent | 45ccac20059573c3690532e878034f46066cb9f5 (diff) | |
download | freebsd-ports-2adafd8687a90d7b06a0ebc071bacdd685eae7d4.zip |
- Add note in rc script on how to log to syslog
Thanks to Dmitry Selivanov <sd@rlan.ru> for testing.
Reported by: Dmitry Selivanov <sd@rlan.ru> and a few others
Diffstat (limited to 'comms')
-rw-r--r-- | comms/smstools3/Makefile | 2 | ||||
-rw-r--r-- | comms/smstools3/files/smsd.in | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/comms/smstools3/Makefile b/comms/smstools3/Makefile index f45bf97f05f5..437ef7881070 100644 --- a/comms/smstools3/Makefile +++ b/comms/smstools3/Makefile @@ -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} diff --git a/comms/smstools3/files/smsd.in b/comms/smstools3/files/smsd.in index c808d37a5b52..e5e941b1c54f 100644 --- a/comms/smstools3/files/smsd.in +++ b/comms/smstools3/files/smsd.in @@ -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 |