summaryrefslogtreecommitdiffstats
path: root/sysutils/nut/files/patch-aa
blob: 043bed9cc5bf3c508616d152c8e505b40afa3e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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

OpenPOWER on IntegriCloud