svn commit: r316263 - projects/bsnmp-ipv6-mib/etc/rc.d

Ngie Cooper ngie at FreeBSD.org
Thu Mar 30 07:45:02 UTC 2017


Author: ngie
Date: Thu Mar 30 07:45:00 2017
New Revision: 316263
URL: https://svnweb.freebsd.org/changeset/base/316263

Log:
  Follow up commit to r316262 to rename the default bsnmpd pidfile

Modified:
  projects/bsnmp-ipv6-mib/etc/rc.d/bsnmpd

Modified: projects/bsnmp-ipv6-mib/etc/rc.d/bsnmpd
==============================================================================
--- projects/bsnmp-ipv6-mib/etc/rc.d/bsnmpd	Thu Mar 30 07:31:01 2017	(r316262)
+++ projects/bsnmp-ipv6-mib/etc/rc.d/bsnmpd	Thu Mar 30 07:45:00 2017	(r316263)
@@ -15,6 +15,6 @@ rcvar="bsnmpd_enable"
 command="/usr/sbin/${name}"
 
 load_rc_config $name
-pidfile="${bsnmpd_pidfile:-/var/run/snmpd.pid}"
+pidfile="${bsnmpd_pidfile:-/var/run/bsnmpd.pid}"
 command_args="-p ${pidfile}"
 run_rc_command "$1"


More information about the svn-src-projects mailing list