aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-01-30 12:09:10 +0800
committermarcus <marcus@FreeBSD.org>2005-01-30 12:09:10 +0800
commit296d178b46ed26d22a5e9a53f6b95eac420a0115 (patch)
treecd4f42bf9206b71c2246eccfb45a465f881a41af /UPDATING
parentaa536795f49eda163aa51af9a44daf5a5c1e72c8 (diff)
downloadfreebsd-ports-gnome-296d178b46ed26d22a5e9a53f6b95eac420a0115.tar.gz
freebsd-ports-gnome-296d178b46ed26d22a5e9a53f6b95eac420a0115.tar.zst
freebsd-ports-gnome-296d178b46ed26d22a5e9a53f6b95eac420a0115.zip
An an entry for net/howl on using its new rcNG script.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a0787100a0dd..c7d0c6a66381 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20050130:
+ AFFECTS: users of net/howl
+ AUTHOR: marcus@FreeBSD.org
+
+ Howl now installs an rcNG script for starting mDNSResponder. To enable
+ mDNSResponder to start at boot time, add the following to /etc/rc.conf:
+
+ mdnsresponder_enable="YES"
+
+ You can also pass flags to mDNSResponder by setting the rc.conf variable
+ mdnsresponder_flags to the appropriate value. See the mDNSResponder(8)
+ man page for the list of supported flags. The default is not to pass
+ any flags to mDNSResponder.
+
20050126:
AFFECTS: users of x11-wm/xfce4
AUTHOR: oliver@FreeBSD.org