diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-10-07 00:23:56 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-10-07 00:23:56 +0000 |
commit | c6b6b307a969f1aa5496e729c99604ee0e7e6202 (patch) | |
tree | aec1cfc86fdfa029734cd91d9ed6a3da1644f5db /net/pcnfsd/scripts/configure | |
parent | libmytinfo removed (diff) |
PC NFS authentication/spooling daemon
Notes
Notes:
svn path=/head/; revision=198
Diffstat (limited to 'net/pcnfsd/scripts/configure')
-rw-r--r-- | net/pcnfsd/scripts/configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/pcnfsd/scripts/configure b/net/pcnfsd/scripts/configure new file mode 100644 index 000000000000..4bcb5f329561 --- /dev/null +++ b/net/pcnfsd/scripts/configure @@ -0,0 +1,9 @@ +#!/bin/sh +# +# Configure pcnfsd for FreeBSD use +# +cd $WRKSRC +rm -f rpc.pcnfsd +mv -f Makefile Makefile.DIST +mv -f Makefile.44bsd Makefile +mv -f pcnfsd.8c pcnfsd.8 |