diff options
Diffstat (limited to 'sysutils/ups-nut-cgi/patches/patch-ac')
-rw-r--r-- | sysutils/ups-nut-cgi/patches/patch-ac | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/sysutils/ups-nut-cgi/patches/patch-ac b/sysutils/ups-nut-cgi/patches/patch-ac index c9b5c7f02f9..cf04b8406e4 100644 --- a/sysutils/ups-nut-cgi/patches/patch-ac +++ b/sysutils/ups-nut-cgi/patches/patch-ac @@ -1,14 +1,13 @@ -$NetBSD: patch-ac,v 1.2 2001/03/11 13:50:50 martin Exp $ +$NetBSD: patch-ac,v 1.3 2002/12/13 04:23:21 lukem Exp $ ---- acconfig.h.orig Sat Mar 10 17:00:13 2001 -+++ acconfig.h Sat Mar 10 17:00:39 2001 -@@ -15,6 +15,9 @@ - /* default path for model-specific drivers */ - #define MODELPATH "/usr/local/ups/bin" +--- conf/Makefile.in.orig Tue Sep 3 17:23:02 2002 ++++ conf/Makefile.in +@@ -4,7 +4,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ -+/* default path for graphics library files */ -+#define GRAPHLIB_PATH "/usr/local" -+ - /* path where your pid files should go. */ - #define PIDPATH "/var/run" +-CONFPATH = $(DESTDIR)@sysconfdir@ ++CONFPATH = $(DESTDIR)@datadir@/examples/nut + + INSTALLCMD = @INSTALL@ |