Bug 95015 - [maintainer] update sysutils/nut* to v2.0.3
Summary: [maintainer] update sysutils/nut* to v2.0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-28 00:40 UTC by Joerg Pulz
Modified: 2006-03-29 13:05 UTC (History)
1 user (show)

See Also:


Attachments
sysutils_nut.diff (12.12 KB, patch)
2006-03-28 00:40 UTC, Joerg Pulz
no flags Details | Diff
UPDATING.diff (924 bytes, patch)
2006-03-28 00:40 UTC, Joerg Pulz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Pulz 2006-03-28 00:40:16 UTC
	Update sysutils/nut* to the latest version 2.0.3
	nut/Makefile:
	  - chase new version
	  - introduce user configurable NUT_USER variable
	    *the default is still uucp as some ups drivers need to access the
	     UPS over a serial line and cuad* devices are owned by uucp*
	  - convert to the new style USE_RC_SUBR and move it into the base
	    SUBSYS
	  - add new manpages
	  - remove some useless post-install stuff
	nut/distinfo:
	  - regen for the new distfile
	nut/pkg-plist:
	  - let USE_RC_SUBR handle the rcNG script removal when deinstalling
	  - add some hackish lines to stop running processes before deinstalling
	    *this could be handled better in bsd.port.mk*
	nut/files/nut.sh.sample:
	  - removed old version
	nut/files/nut.sh.in:
	  - new rcNG script
	    *handles only the UPS driver and the UPS daemon 'upsd'*
	nut/files/nut_upslog.sh.in:
	  - new rcNG script to start 'upslog'
		Variable			Default
		nut_upslog_logfile		/var/log/ups.log
		*can be used to specify an alternative file for log entries*
		nut_upslog_interval		300 (seconds)
		*can be used to change how often log entries are written*
		nut_upslog_ups			myups@localhost
		*is the name of the UPS system to write log entries for*
		- this solves PR/92642
		nut_upslog_flags		**see the file
	nut/files/nut_upsmon.sh.in:
	  - new rcNG script to start 'upsmon'
		Variable			Default
		nut_upsmon_flags		localhost
	  - this, together with the NUT_USER variable, solves PR/89940

	nut-usb/pkg-plist:
	  - add two new UPS drivers for USB connected UPS systems

	UPDATING:
	  - add an entry to inform users about the changed behavior of the nut
	    rcNG script and the two new rcNG scripts for 'upslog' and 'upsmon'

Fix: Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/sysutils/nut-usb/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	14 Jul 2005 08:40:25 -0000	1.1
+++ pkg-plist	27 Mar 2006 22:34:24 -0000
@@ -1 +1,3 @@
+libexec/nut/bcmxcp_usb
 libexec/nut/newhidups
+libexec/nut/tripplite_usb
--- sysutils_nut-usb.diff ends here ---
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-03-29 13:04:52 UTC
State Changed
From-To: open->closed

Committed, thanks!