aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2006-09-23 15:19:47 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2006-09-23 15:19:47 +0000
commita33931411dc81664441bd90df7563bc52487a402 (patch)
tree070bfff79c39304a68908eb7c2b7209c3f38c80c /UPDATING
parent11d54338e7fbc4c2183a99fc700eeae9546e44bb (diff)
downloadports-a33931411dc81664441bd90df7563bc52487a402.tar.gz
ports-a33931411dc81664441bd90df7563bc52487a402.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b048d58b3bd3..1354447a05ec 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060923:
+ AFFECTS: users of net-mgmt/net-snmp
+ AUTHOR: nork@FreeBSD.org
+
+ rcNG script was updated to support snmpd_pidfile and snmpd_conffile.
+ So, if you set snmpd_flags like "-c /usr/local/etc/snmpd.conf ...",
+ please change your /etc/rc.conf like following setting:
+
+ from (before update)
+ snmpd_flags="-a -c /usr/local/etc/snmpd.conf -p /var/run/snmpd.pid"
+
+ to (after update)
+ snmpd_flags="-a"
+ snmpd_pidfile="/var/run/snmpd.pid"
+ snmpd_conffile="/usr/local/etc/snmpd.conf"
+
20060922:
AFFECTS: users of mail/tmda
AUTHOR: sergei@FreeBSD.org