Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 10:47:20 +0300
From:      "Zeus Panchenko" <zeus@gnu.org.ua>
To:        <ports@FreeBSD.org>
Subject:   smstools3 start script patch
Message-ID:  <20131016104720.85362@relay.ibs.dn.ua>

next in thread | raw e-mail | index | archive | help
=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi,

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

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

=2D --=20
GPG: 0FF7A32A					jid: zeus@gnu.org.ua
=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlJeRIgACgkQr3jpPg/3oyqLIgCg+T6epVnRXe4kgzAXnY/dP6E5
TKsAoMTYqKOLNMynID8GbK4hR4ovkWkX
=3DZhsF
=2D----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131016104720.85362>