summaryrefslogtreecommitdiff
path: root/sysutils/nut22/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /sysutils/nut22/files
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'sysutils/nut22/files')
-rw-r--r--sysutils/nut22/files/patch-aa71
1 files changed, 0 insertions, 71 deletions
diff --git a/sysutils/nut22/files/patch-aa b/sysutils/nut22/files/patch-aa
deleted file mode 100644
index 107977974a1c..000000000000
--- a/sysutils/nut22/files/patch-aa
+++ /dev/null
@@ -1,71 +0,0 @@
-diff -ur ../440/Makefile.in ./Makefile.in
---- ../440/Makefile.in Mon Jun 12 06:48:07 2000
-+++ ./Makefile.in Tue Jul 18 11:51:25 2000
-@@ -5,7 +5,7 @@
- BASEPATH = $(INSTALLROOT)@prefix@
- CONFPATH = $(INSTALLROOT)@sysconfdir@
- CGIPATH = $(INSTALLROOT)@CGIPATH@
--INSTALLDIRS=$(CONFPATH) $(CGIPATH) $(MODELPATH) $(BASEPATH)/bin $(BASEPATH)/misc
-+INSTALLDIRS=$(CONFPATH) $(CGIPATH) $(MODELPATH) $(BASEPATH)/bin
-
- STATEPATH = $(INSTALLROOT)@STATEPATH@
- SUBDIRS = common models server clients
-diff -ur ../440/clients/Makefile.in ./clients/Makefile.in
---- ../440/clients/Makefile.in Fri Jul 14 05:55:41 2000
-+++ ./clients/Makefile.in Mon Jul 17 17:48:29 2000
-@@ -57,7 +57,7 @@
-
- install: all
- @for f in $(PROGS) ; do \
-- $(INSTALLCMD) -m $(INSTALLMODE) $$f $(BASEPATH)/bin; \
-+ $(INSTALLCMD) -m $(INSTALLMODE) $$f $(BASEPATH)/sbin; \
- done
-
- install-cgi: cgi
-diff -ur ../440/conf/Makefile.in ./conf/Makefile.in
---- ../440/conf/Makefile.in Mon May 8 04:17:20 2000
-+++ ./conf/Makefile.in Mon Jul 17 17:49:43 2000
-@@ -13,17 +13,9 @@
-
- install:
- @for f in $(SECFILES) ; do \
-- if [ -f $(CONFPATH)/$$f ]; then \
-- echo "Preserving existing config file: $$f"; \
-- else \
-- $(INSTALLCMD) -m 0600 $$f $(CONFPATH); \
-- fi; \
-+ $(INSTALLCMD) -m 0600 $$f $(CONFPATH)/$$f.sample; \
- done
-
- @for f in $(PUBFILES) ; do \
-- if [ -f $(CONFPATH)/$$f ]; then \
-- echo "Preserving existing config file: $$f"; \
-- else \
-- $(INSTALLCMD) -m 0644 $$f $(CONFPATH); \
-- fi; \
-+ $(INSTALLCMD) -m 0644 $$f $(CONFPATH)/$$f.sample; \
- done
-diff -ur ../440/models/Makefile.in ./models/Makefile.in
---- ../440/models/Makefile.in Fri Jul 14 05:27:27 2000
-+++ ./models/Makefile.in Tue Jul 18 10:59:01 2000
-@@ -20,9 +20,7 @@
- # in the future ala the Linux "make config" process...
-
- $(PROGS): upscommon.o ../include/shared.h ../common/common.o
--
--.c:
-- $(CC) $(CFLAGS) -o $* $*.c upscommon.o ../common/common.o
-+ $(CC) $(CFLAGS) -o $* $*.c upscommon.o @SERLIBS@ ../common/common.o
-
- #
- # Housekeeping stuff
-diff -ur ../440/server/Makefile.in ./server/Makefile.in
---- ../440/server/Makefile.in Fri Jul 14 05:30:40 2000
-+++ ./server/Makefile.in Mon Jul 17 17:51:19 2000
-@@ -24,5 +24,5 @@
-
- install: all
- @for f in $(PROGS) ; do \
-- $(INSTALLCMD) $$f $(BASEPATH)/bin; \
-+ $(INSTALLCMD) $$f $(BASEPATH)/sbin; \
- done