aboutsummaryrefslogtreecommitdiff
path: root/net/radiusd-cistron/files/patch-ab
blob: 4709d309d632b39b24b0c58dadbf2ac2a5f73c55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- src/Make.inc.orig	Sun Dec 20 05:52:48 1998
+++ src/Make.inc	Mon Dec 21 16:48:37 1998
@@ -102,10 +102,12 @@
 	rm -f ../build ../debian/substvars ../debian/files
 
 install:
-	install -m 755 -s radiusd $(SBINDIR)/radiusd
-	install -m 755 -s radwho  $(BINDIR)
-	install -m 755 -s raduse  $(BINDIR)
-	install -m 755 -s radzap  $(BINDIR)
-	install -m 755    checkrad.pl $(SBINDIR)/checkrad
-	install -m 755    radlast $(BINDIR)
+	${BSD_INSTALL_PROGRAM} radiusd $(SBINDIR)/radiusd
+	${BSD_INSTALL_SCRIPT}  checkrad.pl $(SBINDIR)/checkrad
+	${BSD_INSTALL_SCRIPT}  ../scripts/radwatch $(SBINDIR)/radwatch
+	${BSD_INSTALL_SCRIPT}  radlast $(BINDIR)
+	${BSD_INSTALL_PROGRAM} radtest  $(BINDIR)
+	${BSD_INSTALL_PROGRAM} radwho  $(BINDIR)
+	${BSD_INSTALL_PROGRAM} raduse  $(BINDIR)
+	${BSD_INSTALL_PROGRAM} radzap  $(BINDIR)