aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-05-16 20:33:30 +0800
committeritetcu <itetcu@FreeBSD.org>2006-05-16 20:33:30 +0800
commit6a2a0c208e32285d5f535efef1791613f31ce434 (patch)
treed5e1b1d5eed2b2e9fcc79d7bd915b52697ab6f63 /UPDATING
parent95de6a3c3b8d2a2771a9a15e83045819602593c7 (diff)
downloadfreebsd-ports-gnome-6a2a0c208e32285d5f535efef1791613f31ce434.tar.gz
freebsd-ports-gnome-6a2a0c208e32285d5f535efef1791613f31ce434.tar.zst
freebsd-ports-gnome-6a2a0c208e32285d5f535efef1791613f31ce434.zip
Mention www/tinyproxy now has an rc,d script and different location of confing
file. PR: ports/96720 Submitted by: Wesley Shields <wxs@csh.rit.edu> (new maintainer) Approved by: lawrance (mentor)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 802206471e00..fbc365051731 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060516:
+ AFFECTS: users of www/tinyproxy
+ AUTHOR: wxs@csh.rit.edu
+
+ tinyproxy now installs a rc.d script. To enable tinyproxy at boot
+ time, set the following in rc.conf(5):
+ tinyproxy_enable="YES"
+ The confiration file for tinyproxy has been moved to
+ ${PREFIX}/etc/tinyproxy.conf. Any old configuration files will need
+ to be migrated over to the new location.
+
20060514:
AFFECTS: users of sysutils/smartmontools, others
AUTHOR: jylefort@FreeBSD.org