diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-06-05 21:54:01 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-06-05 21:54:01 +0800 |
commit | 98944e45ab640fafc6a77759aa2f53208326cc2d (patch) | |
tree | 3cbf7e74f099414731cfc82d0dbff09acd93a070 /net/rwhoisd/files | |
parent | 9d71cfac8a776d84f30e1a6cf9654e438a868379 (diff) | |
download | freebsd-ports-gnome-98944e45ab640fafc6a77759aa2f53208326cc2d.tar.gz freebsd-ports-gnome-98944e45ab640fafc6a77759aa2f53208326cc2d.tar.zst freebsd-ports-gnome-98944e45ab640fafc6a77759aa2f53208326cc2d.zip |
Remove ${PREFIX}/lib/rwhois/dev/zero character device from install and PLIST.
This now packages correctly.
Pointed-out-by: asami@freebsd.org
Diffstat (limited to 'net/rwhoisd/files')
-rw-r--r-- | net/rwhoisd/files/patch-ad | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/net/rwhoisd/files/patch-ad b/net/rwhoisd/files/patch-ad index ec4db806a4fe..d72758599cbd 100644 --- a/net/rwhoisd/files/patch-ad +++ b/net/rwhoisd/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" |