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/rwhoisd | |
parent | 6a25f755e4840601b35eb61ebdd92ad2e62ec8a5 (diff) | |
download | ports-d3704252a2689186ac1826710fe8ba41ef013615.tar.gz ports-d3704252a2689186ac1826710fe8ba41ef013615.zip |
Notes
Diffstat (limited to 'net/rwhoisd')
-rw-r--r-- | net/rwhoisd/files/patch-ad | 11 | ||||
-rw-r--r-- | net/rwhoisd/pkg-plist | 2 |
2 files changed, 2 insertions, 11 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" diff --git a/net/rwhoisd/pkg-plist b/net/rwhoisd/pkg-plist index ae07ce3c1b86..62a394f30cd5 100644 --- a/net/rwhoisd/pkg-plist +++ b/net/rwhoisd/pkg-plist @@ -45,7 +45,6 @@ lib/rwhois/data/user/null.ca lib/rwhois/data/user/shoe-me.be.txt lib/rwhois/data/user/shoe-me.multiple.txt lib/rwhois/data/user/shoe.gif -lib/rwhois/dev/zero lib/rwhois/etc/resolv.conf lib/rwhois/index_scripts/index_all lib/rwhois/index_scripts/index_asn @@ -111,7 +110,6 @@ share/doc/rwhois/sample.data.explained @dirrm lib/rwhois/data/soa/ @dirrm lib/rwhois/data/user/ @dirrm lib/rwhois/data/ -@dirrm lib/rwhois/dev/ @dirrm lib/rwhois/etc/ @dirrm lib/rwhois/index_scripts/ @dirrm lib/rwhois/output_templates/ |