diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-05 13:54:01 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-05 13:54:01 +0000 |
commit | d3704252a2689186ac1826710fe8ba41ef013615 (patch) | |
tree | 7b1bd9427a89793f07e1fbedb72a7cd5a3260e96 /net/rwhois/files/patch-ad | |
parent | Use Andrey's wording. (diff) |
Remove ${PREFIX}/lib/rwhois/dev/zero character device from install and PLIST.
This now packages correctly.
Pointed-out-by: asami@freebsd.org
Notes
Notes:
svn path=/head/; revision=6774
Diffstat (limited to 'net/rwhois/files/patch-ad')
-rw-r--r-- | net/rwhois/files/patch-ad | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/net/rwhois/files/patch-ad b/net/rwhois/files/patch-ad index ec4db806a4fe..d72758599cbd 100644 --- a/net/rwhois/files/patch-ad +++ b/net/rwhois/files/patch-ad @@ -1,5 +1,5 @@ --- chroot.sh.orig Wed Jul 31 15:34:34 1996 -+++ chroot.sh Fri May 23 02:12:03 1997 ++++ chroot.sh Thu Jun 5 09:45:59 1997 @@ -10,9 +10,15 @@ #umask 022 @@ -17,7 +17,7 @@ if test ! -d ${RWHOIS_ROOT_DIR}/etc then echo "make directory ${RWHOIS_ROOT_DIR}/etc". -@@ -35,20 +41,37 @@ +@@ -35,20 +41,30 @@ then echo "make directory ${RWHOIS_ROOT_DIR}/usr" mkdir $RWHOIS_ROOT_DIR/usr @@ -51,11 +51,4 @@ - $COPY /usr/bin/sh /usr/bin/sort $RWHOIS_ROOT_DIR/bin + $COPY /bin/sh /usr/bin/sort /bin/date $RWHOIS_ROOT_DIR/bin -+# make /dev/zero -+if test ! -d $RWHOIS_ROOT_DIR/dev -+then -+ echo "make directory ${RWHOIS_ROOT_DIR}/dev" -+ mkdir $RWHOIS_ROOT_DIR/dev -+ mknod $RWHOIS_ROOT_DIR/dev/zero c 2 12 -+fi echo "done" |