diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-01-30 17:14:15 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-01-30 17:14:15 +0800 |
commit | fb1e09357722eb2f5798f36adcb014f28c633f09 (patch) | |
tree | 78675126e30a51b9d777a522e2af19eb9ac02bb2 /comms | |
parent | 84e7e41c5633529f2775f93bad1de1048b0d01e6 (diff) | |
download | freebsd-ports-gnome-fb1e09357722eb2f5798f36adcb014f28c633f09.tar.gz freebsd-ports-gnome-fb1e09357722eb2f5798f36adcb014f28c633f09.tar.zst freebsd-ports-gnome-fb1e09357722eb2f5798f36adcb014f28c633f09.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 |