summaryrefslogtreecommitdiff
path: root/security/cfs
diff options
context:
space:
mode:
authorgrant <grant>2004-07-25 04:51:26 +0000
committergrant <grant>2004-07-25 04:51:26 +0000
commitb7121ee24a91f571adb262f48d78b20b79717141 (patch)
tree8c22349f2dbb20f338136b3e3f28d2d88f9f1dbf /security/cfs
parent2eb88f3d4fcdf5cf60c0a5329a002209323a528b (diff)
downloadpkgsrc-b7121ee24a91f571adb262f48d78b20b79717141.tar.gz
call ${BSD_INSTALL} instead of "install". fixes install on Solaris.
Diffstat (limited to 'security/cfs')
-rw-r--r--security/cfs/distinfo4
-rw-r--r--security/cfs/patches/patch-aa26
2 files changed, 22 insertions, 8 deletions
diff --git a/security/cfs/distinfo b/security/cfs/distinfo
index fe48580e5c9..af5bbdb7b05 100644
--- a/security/cfs/distinfo
+++ b/security/cfs/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2001/06/09 04:32:14 jlam Exp $
+$NetBSD: distinfo,v 1.5 2004/07/25 04:51:26 grant Exp $
SHA1 (cfs-1.4.1.tar.gz) = be3f73b233149477b739456498c71b120d5f2fb5
Size (cfs-1.4.1.tar.gz) = 98943 bytes
-SHA1 (patch-aa) = 7cb790ac11d0626728db113ad8cccb11bd72d75d
+SHA1 (patch-aa) = c22350cfbcec8ad23bcafd6d9bc5017fb098d259
SHA1 (patch-ab) = 1ff2d2e32b87332ec66cc8f01299fa4b1ddac81a
SHA1 (patch-ac) = 354290ff606fab97b73980e6e512f10ef1397f01
SHA1 (patch-ad) = 2ed5967d59d8f91948b2dd9ed4b18c5073d63615
diff --git a/security/cfs/patches/patch-aa b/security/cfs/patches/patch-aa
index db8b2499343..ef0467fb7eb 100644
--- a/security/cfs/patches/patch-aa
+++ b/security/cfs/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam Exp $
+$NetBSD: patch-aa,v 1.5 2004/07/25 04:51:26 grant Exp $
---- Makefile.orig Thu May 3 11:29:21 2001
-+++ Makefile Fri Jun 8 21:15:13 2001
+--- Makefile.orig 2001-05-04 04:29:21.000000000 +1000
++++ Makefile
@@ -74,18 +74,19 @@
#CC=cc
#COPT=-O -DNOT_ANSI_C -DPROTOTYPES=0
@@ -28,7 +28,7 @@ $NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam Exp $
# if you're a paranoid fascist, you might want to configure
# default timeouts on the attach command. If you do,
-@@ -229,7 +230,7 @@
+@@ -229,7 +230,7 @@ RINCLUDES=/usr/mab/rsaref/source
# (3/3) CONFIGURE: one last thing
#==========================================================================
# finally, comment out the next line:
@@ -37,7 +37,7 @@ $NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam Exp $
# now you're done with local configuration.
-@@ -322,6 +323,7 @@
+@@ -322,6 +323,7 @@ nfsproto_svr.c: nfsproto.x
nfsproto.h: nfsproto.x
rpcgen $(RPCOPTS) -h -o nfsproto.h nfsproto.x
@@ -45,7 +45,7 @@ $NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam Exp $
admproto_xdr.c: admproto.x
rpcgen $(RPCOPTS) -c -o admproto_xdr.c admproto.x
-@@ -331,6 +333,7 @@
+@@ -331,6 +333,7 @@ admproto_svr.c: admproto.x
admproto.h: admproto.x
rpcgen $(RPCOPTS) -h -o admproto.h admproto.x
@@ -53,3 +53,17 @@ $NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam 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
+ $(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)
+-# install -m 0755 i o $(BINDIR)
++# ${BSD_INSTALL} -m 0755 i o $(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])."