aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-07-26 22:48:26 +0800
committerSergey Matveychuk <sem@FreeBSD.org>2005-07-26 22:48:26 +0800
commitb72015fcc0afce3dfe9e43c2b5cc2aeedbbbf858 (patch)
treee9437a065836f8f6560456386ecb6aa5dc8b7927 /UPDATING
parenta35e864b8e6d73a9e875c5708751e92b35bb758a (diff)
downloadfreebsd-ports-b72015fcc0afce3dfe9e43c2b5cc2aeedbbbf858.tar.gz
freebsd-ports-b72015fcc0afce3dfe9e43c2b5cc2aeedbbbf858.tar.zst
freebsd-ports-b72015fcc0afce3dfe9e43c2b5cc2aeedbbbf858.zip
Add notice sysutils/nut has a rcNG script now
PR: ports/84089 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (port maintainer) Reported by: Thomas Laus <lausts@acm.org>
Notes
Notes: svn path=/head/; revision=140159
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ee729bc81192..aa12cacb3dc1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -72,6 +72,15 @@ upgrades.
Refer to x11/nvidia-driver/Makefile for further details.
+20050625:
+ AFFECTS: users of sysutils/nut
+ AUTHOR: Joerg.Pulz@frm2.tum.de
+
+ nut now installs a rcNG script for starting the Network UPS Tools daemons.
+ To enable that at boot time, add the following into /etc/rc.conf[.local]:
+
+ nut_enable="YES"
+
20050624:
AFFECTS: users of lang/perl5.8
AUTHOR: tobez@FreeBSD.org