869cae6ccf
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.
13 lines
335 B
Text
13 lines
335 B
Text
$NetBSD: patch-aa,v 1.9 2004/02/15 13:14:25 lukem Exp $
|
|
|
|
--- conf/Makefile.in.orig Tue Sep 3 09:23:02 2002
|
|
+++ conf/Makefile.in Sat Feb 14 22:02:46 2004
|
|
@@ -4,7 +4,7 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
|
|
-CONFPATH = $(DESTDIR)@sysconfdir@
|
|
+CONFPATH = $(DESTDIR)@prefix@/share/examples/nut
|
|
|
|
INSTALLCMD = @INSTALL@
|
|
|