head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.52 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.50 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.48 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.46 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.44 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.42 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.40 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.38 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.36 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.34 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.32 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.30 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.28 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.26 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.24 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.22 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.20 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.18 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.16 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.14 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.12 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.10 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.8 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.6 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.4 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.3.0.4 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.4 date 2004.02.15.13.14.25; author lukem; state dead; branches; next 1.3; 1.3 date 2002.12.13.04.23.19; author lukem; state Exp; branches; next 1.2; 1.2 date 2001.09.28.04.37.27; author lukem; state Exp; branches; next 1.1; 1.1 date 2001.03.11.13.46.12; author martin; state Exp; branches; next ; desc @@ 1.4 log @Update to ups-nut 1.4.1. Many changes, including * various configuation file format changes * most UPS drivers enhanced * upsmon/upssched support a lockfile * chroot jails supported * various bugfixes (Refer to http://random.networkupstools.org/source/1.4/new-1.4.1.txt for more information) pkg update based on work sent in private email by Daniel Farrugia, with various fixes by me. @ text @$NetBSD: patch-ad,v 1.3 2002/12/13 04:23:19 lukem Exp $ --- configure.in.orig Mon Dec 2 23:08:46 2002 +++ configure.in @@@@ -526,13 +526,17 @@@@ dnl | let's test it for sanity before proceeding. It's better to | dnl | catch them here rather than in the program itself at runtime. | -grep "^$RUN_AS_GROUP:" /etc/group >/dev/null 2>/dev/null -if (test "$?" = "1") -then - # not found, fatal error - AC_MSG_WARN($RUN_AS_GROUP not found in /etc/group!) - AC_MSG_WARN(You might want to rerun configure using --with-group and another group name.) -fi +dnl | NetBSD's pkgsrc setup creates the user and group AFTER the build +dnl | and BEFORE install. This gives the configure and build a chance +dnl | to fail before modifying the group and passwd files. +dnl +dnl grep "^$RUN_AS_GROUP:" /etc/group >/dev/null 2>/dev/null +dnl if (test "$?" = "1") +dnl then +dnl # not found, fatal error +dnl AC_MSG_WARN($RUN_AS_GROUP not found in /etc/group!) +dnl AC_MSG_WARN(You might want to rerun configure using --with-group and another group name.) +dnl fi dnl | All done with group tests. | dnl +------------------------------------------------------------------+ @ 1.3 log @Update from nut 0.50.0 to 1.2.1. Many changes, too many to list here. See: http://www.exploits.org/nut/release/1.2/new-1.2.1.txt and (after installation): /usr/pkg/share/doc/nut/UPGRADING @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update from 0.44.3-pre5 to 0.45.1 (with an extra vendor patch). changes include: - ups info moved to ups.conf instead of upsd.conf - unified driver control between ups drivers - upsmon doesn't run as root by default any more; most of the work is done by an unprivileged child, with a parent only accepting shutdown messages - more model support: - AEG Proect S. - aeg - SMS Ltda (Brazillian) - sms - SOLA 620 - bestups - Ever UPS - everups - various other improvements and bugfixes see http://www.exploits.org/nut/release/new-0.45.1.txt for more details) @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2001/03/11 13:46:12 martin Exp $ d3 3 a5 3 --- configure.in.orig Tue Jun 12 07:47:56 2001 +++ configure.in Fri Sep 28 10:41:01 2001 @@@@ -396,13 +396,17 @@@@ @ 1.1 log @Update ups-nut to 0.44.3 prerelease 5. Changes are too much to list here, see "Changes" in the distribution for a detailed list. Various bugfixes and enhancements. Based on a package provided by collver@@linuxfreemail.com. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.in.orig Sat Mar 10 15:32:25 2001 +++ configure.in Sat Mar 10 15:32:27 2001 @@@@ -350,12 +350,16 @@@@ d9 2 a10 2 -temp_group=`grep ^$RUN_AS_GROUP: /etc/group` -if ( test x"$temp_group" = "x" ) d12 3 a14 2 - AC_MSG_WARN($RUN_AS_GROUP not found in /etc/group!) - AC_MSG_ERROR(Restart configure using --with-group and another group name.) d20 2 a21 2 +dnl temp_group=`grep ^$RUN_AS_GROUP: /etc/group` +dnl if ( test x"$temp_group" = "x" ) d23 3 a25 2 +dnl AC_MSG_WARN($RUN_AS_GROUP not found in /etc/group!) +dnl AC_MSG_ERROR(Restart configure using --with-group and another group name.) @