summaryrefslogtreecommitdiff
path: root/security/cfs/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/cfs/patches/patch-aa')
-rw-r--r--security/cfs/patches/patch-aa14
1 files changed, 8 insertions, 6 deletions
diff --git a/security/cfs/patches/patch-aa b/security/cfs/patches/patch-aa
index ef0467fb7eb..e89b3681ec3 100644
--- a/security/cfs/patches/patch-aa
+++ b/security/cfs/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2004/07/25 04:51:26 grant Exp $
+$NetBSD: patch-aa,v 1.6 2008/06/20 01:09:33 joerg Exp $
--- Makefile.orig 2001-05-04 04:29:21.000000000 +1000
+++ Makefile
@@ -53,17 +53,19 @@ $NetBSD: patch-aa,v 1.5 2004/07/25 04:51:26 grant Exp $
admproto_clnt.c: admproto.x
rpcgen $(RPCOPTS) -l -o admproto_clnt.c admproto.x
-@@ -359,10 +362,10 @@ printout: $(SRCS) cfs.h mcg.h safer.h ad
+@@ -359,10 +362,11 @@ printout: $(SRCS) cfs.h mcg.h safer.h ad
$(PRINTCMD) $(SRCS) cfs.h mcg.h safer.h admproto.h nfsproto.h
install_cfs: cfsd cattach cdetach cmkdir
- install -m 0755 -c -o root cfsd $(ETCDIR)
- install -m 0755 -c -o root cattach cdetach cmkdir cpasswd cfssh \
-+ ${BSD_INSTALL} -m 0755 -c -o root cfsd $(ETCDIR)
-+ ${BSD_INSTALL} -m 0755 -c -o root cattach cdetach cmkdir cpasswd cfssh \
- cname ccat cmkkey $(BINDIR)
++ ${BSD_INSTALL_PROGRAM} cfsd ${DESTDIR}$(ETCDIR)
++ ${BSD_INSTALL_SCRIPT} cmkkey cfssh ${DESTDIR}$(BINDIR)
++ ${BSD_INSTALL_SCRIPT} cattach cdetach cmkdir cpasswd \
+- cname ccat cmkkey $(BINDIR)
++ cname ccat ${DESTDIR}$(BINDIR)
-# install -m 0755 i o $(BINDIR)
-+# ${BSD_INSTALL} -m 0755 i o $(BINDIR)
++# ${BSD_INSTALL_PROGRAM} i o ${DESTDIR}$(BINDIR)
@echo "Kill any running cfsd prior to restarting."
@echo "See the README file for more information."
@echo "Don't forget to install the man pages (*.[18])."