smstools3 start script patch

Zeus Panchenko zeus at gnu.org.ua
Wed Oct 16 07:47:32 UTC 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi,

comms/smstools3 startscript prevents syslog using, here is the patch:

- --- smsd~       2013-10-16 10:39:04.038927017 +0300
+++ smsd        2013-10-16 10:41:46.027133115 +0300
@@ -19,13 +19,12 @@
 : ${smsd_enable="NO"}
 : ${smsd_pidfile="/var/run/smsd/smsd.pid"}
 : ${smsd_infofile="/var/run/smsd/smsd.working"}
- -: ${smsd_logfile=""}
 : ${smsd_config="/usr/local/etc/smsd.conf"}
 : ${smsd_user="uucp"}
 : ${smsd_group="dialer"}
 
 pidfile=${smsd_pidfile}
 command="/usr/local/bin/smsd"
- -command_args="-c${smsd_config} -p${smsd_pidfile} -i${smsd_infofile} -l${smsd_logfile} -u${smsd_user} -g${smsd_group}"
+command_args="-c${smsd_config} -p${smsd_pidfile} -i${smsd_infofile} -u${smsd_user} -g${smsd_group}"
 
 run_rc_command "$1"

- -- 
GPG: 0FF7A32A					jid: zeus at gnu.org.ua
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlJeRIgACgkQr3jpPg/3oyqLIgCg+T6epVnRXe4kgzAXnY/dP6E5
TKsAoMTYqKOLNMynID8GbK4hR4ovkWkX
=ZhsF
-----END PGP SIGNATURE-----


More information about the freebsd-ports mailing list