aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nut22/files
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>2000-01-11 11:55:48 +0000
committerBoris Popov <bp@FreeBSD.org>2000-01-11 11:55:48 +0000
commite905d01c4cca2e8599596fa432a05589ff262f48 (patch)
tree77429d886fa1e081cfb9b55b0a443bfbd83ebf57 /sysutils/nut22/files
parent6a5959062e7bfd02fedbcfaf32adc71cc80f5b93 (diff)
downloadports-e905d01c4cca2e8599596fa432a05589ff262f48.tar.gz
ports-e905d01c4cca2e8599596fa432a05589ff262f48.zip
Notes
Diffstat (limited to 'sysutils/nut22/files')
-rw-r--r--sysutils/nut22/files/patch-aa54
1 files changed, 54 insertions, 0 deletions
diff --git a/sysutils/nut22/files/patch-aa b/sysutils/nut22/files/patch-aa
new file mode 100644
index 000000000000..043bed9cc5bf
--- /dev/null
+++ b/sysutils/nut22/files/patch-aa
@@ -0,0 +1,54 @@
+--- clients/Makefile.in.org Wed Nov 10 01:36:44 1999
++++ clients/Makefile.in Mon Jan 10 16:43:44 2000
+@@ -53,8 +53,8 @@
+
+ install: all
+ @for p in $(PROGS) ; do \
+- echo cp $$p $(BASEPATH)/bin; \
+- cp $$p $(BASEPATH)/bin; \
++ echo cp $$p $(BASEPATH)/sbin; \
++ cp $$p $(BASEPATH)/sbin; \
+ done
+
+ install-cgi: cgi
+
+--- conf/Makefile.in.org Mon Oct 18 03:56:11 1999
++++ conf/Makefile.in Tue Jan 11 16:57:15 2000
+@@ -9,10 +9,6 @@
+
+ install:
+ @for f in $(CONFFILES) ; do \
+- if [ -f $(CONFPATH)/$$f ]; then \
+- echo "Preserving existing config file: $$f"; \
+- else \
+- echo cp $$f $(CONFPATH); \
+- cp $$f $(CONFPATH); \
+- fi; \
++ echo cp $$f $(CONFPATH)/$$f.sample; \
++ cp $$f $(CONFPATH)/$$f.sample; \
+ done
+
+--- server/Makefile.in.org Wed Nov 10 01:37:01 1999
++++ server/Makefile.in Mon Jan 10 16:41:55 2000
+@@ -21,6 +21,6 @@
+
+ install: all
+ @for p in $(PROGS) ; do \
+- echo cp $$p $(BASEPATH)/bin ; \
+- cp $$p $(BASEPATH)/bin; \
++ echo cp $$p $(BASEPATH)/sbin ; \
++ cp $$p $(BASEPATH)/sbin; \
+ done
+
+--- models/Makefile.in.org Wed Nov 10 01:36:44 1999
++++ models/Makefile.in Mon Jan 10 16:43:44 2000
+@@ -35,6 +35,6 @@
+
+ install: all
+ @for p in $(PROGS) ; do \
+- echo cp $$p $(BASEPATH)/bin; \
+- cp $$p $(BASEPATH)/bin; \
++ echo cp $$p $(BASEPATH)/sbin; \
++ cp $$p $(BASEPATH)/sbin; \
+ done
+