View | Details | Raw Unified | Return to bug 23136
Collapse All | Expand All

(-)net/rwhois/Makefile (-20 / +20 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	rwhois
8
PORTNAME=	rwhois
9
PORTVERSION=	1.0.b9.2
9
PORTVERSION=	1.5.7
10
CATEGORIES=	net
10
CATEGORIES=	net ipv6
11
MASTER_SITES=	ftp://ftp.rwhois.net/pub/
11
MASTER_SITES=	http://www.rwhois.net/ftp/
12
DISTNAME=	rwhois-1.0B9.2
12
DISTNAME=	${PORTNAME}d-${PORTVERSION}
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
15
Lines 17-43 Link Here
17
LIB_DEPENDS=	wrap.7:${PORTSDIR}/security/tcp_wrapper
17
LIB_DEPENDS=	wrap.7:${PORTSDIR}/security/tcp_wrapper
18
.endif
18
.endif
19
19
20
HAS_CONFIGURE=	YES
20
HAS_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--prefix=${PREFIX}/lib/rwhois
21
CONFIGURE_ARGS=	--prefix=${PREFIX}/lib/rwhois
22
INSTALL_TARGET=	install install-sample-data install-chroot
23
22
24
MAN8=		rmkdbindex.8 rwhoisd.8
23
BINOWN=		bin
24
BINGRP=		bin
25
25
26
.include <bsd.port.pre.mk>
26
MAN8=		rwhois_indexer.8 rwhoisd.8
27
27
28
.if ${OSVERSION} < 400011
28
PORTDOCS=	INSTALL.html TODO UPGRADE operations_guide.html \
29
LIBCVERSION=	3.1
29
		operations_guide.txt rfc2167.txt security.html security.txt
30
.else
31
LIBCVERSION=	4
32
.endif
33
PLIST_SUB=	LIBCVERSION=${LIBCVERSION}
34
30
35
post-install:
31
post-install:
36
	${MKDIR} -p ${PREFIX}/share/doc/rwhois
32
	${INSTALL_MAN} ${WRKSRC}/doc/rwhois_indexer.8 ${PREFIX}/man/man8	
37
	${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/rwhois
33
	${INSTALL_MAN} ${WRKSRC}/doc/rwhoisd.8 ${PREFIX}/man/man8	
38
	${MV} ${PREFIX}/share/doc/rwhois/rmkdbindex.8 ${PREFIX}/man/man8	
34
.if !defined(NOPORTDOCS)
39
	${MV} ${PREFIX}/share/doc/rwhois/rwhoisd.8 ${PREFIX}/man/man8	
35
	@${MKDIR} ${PREFIX}/share/doc/rwhois
40
	@ ${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/rwhoisd.sh startup file..."
36
.for file in ${PORTDOCS}
37
	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/rwhois
38
.endfor
39
.endif
40
	@${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/rwhoisd.sh startup file..."
41
	${INSTALL_SCRIPT} -m 751 ${FILESDIR}/rwhoisd.sh ${PREFIX}/etc/rc.d/rwhoisd.sh
41
	${INSTALL_SCRIPT} -m 751 ${FILESDIR}/rwhoisd.sh ${PREFIX}/etc/rc.d/rwhoisd.sh
42
42
43
.include <bsd.port.post.mk>
43
.include <bsd.port.mk>
(-)net/rwhois/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (rwhois-1.0B9.2.tar.gz) = f444b79637ffd78b92961e63137cc83b
1
MD5 (rwhoisd-1.5.7.tar.gz) = 02e22ebec5c4c76a626fe74c945300a0
(-)net/rwhois/files/patch-aa (-76 / +9 lines)
Lines 1-78 Link Here
1
--- Makefile.in.orig	Thu Aug  8 20:37:37 1996
1
--- Makefile.in.orig	Tue Jun  3 23:20:53 1997
2
+++ Makefile.in	Fri May 23 03:06:12 1997
2
+++ Makefile.in	Sat Nov 25 15:44:00 2000
3
@@ -2,7 +2,7 @@
3
@@ -25,7 +25,7 @@
4
 @SET_MAKE@
4
 BIN_SUBDIRS	= server tools
5
 ALL_SUBDIRS	= $(LIB_SUBDIRS) $(BIN_SUBDIRS) $(SAMPLE_DATA_DIR)
5
 
6
 
6
 # set install program
7
-all: libraries libwrap binaries
7
-INSTALL = @INSTALL@
8
+all: libraries binaries
8
+INSTALL = /usr/bin/install -c -s -o bin -g bin
9
 
9
 
10
 # set prefix values
10
 libraries:
11
 prefix      = @prefix@
11
 	@for dir in $(LIB_SUBDIRS); do \
12
@@ -25,12 +25,12 @@
13
 PARSER_DIR  = $(TOOLS_DIR)/rwhoisparse
14
 LIBWRAP_DIR = tools/tcpd_wrapper
15
 CLIENT_DIR  = client
16
-SAMPLE_DATA_DIR = @SAMPLE_DATA_DIR@
17
+SAMPLE_DATA_DIR = ${RWHOIS_ROOT_DIR}
18
 LIBRWHOIS   = librwhois.a
19
 LIBMKDB     = libmkdb.a
20
 LIBWRAP     = libwrap.a
21
 
22
-all: librwhois libmkdb libwrap make-server indexer parser make-client
23
+all: librwhois libmkdb make-server indexer parser make-client
24
 
25
 librwhois:
26
 	@echo "Making $(LIBRWHOIS)"
27
@@ -77,7 +77,7 @@
28
 
29
 install-chroot:
30
 	@echo "Setup chroot stuff"
31
-	chroot.sh $(RWHOIS_ROOT_DIR)
32
+	./chroot.sh $(RWHOIS_ROOT_DIR)
33
 
34
 install-client:
35
 	@echo "Installing RWhois Client"
36
@@ -86,21 +86,13 @@
37
 install-sample-data: sample-data-install
38
 
39
 sample-data-install:
40
-	@echo "Setting up for quickie install with sample data"
41
-	@echo "This is located in `pwd`/sample.data"
42
-	@echo "Setting up RWhois default data directory (data will reside here)"
43
+	if [ -d ${.CURDIR}/sample.data/bin ]; then rm -r ${.CURDIR}/sample.data/bin; fi 
44
+	if [ -d ${.CURDIR}/sample.data/etc ]; then rm -r ${.CURDIR}/sample.data/etc; fi
45
+	cp -r ${.CURDIR}/sample.data/ ${SAMPLE_DATA_DIR}
46
 	(sh tools/install/setup_rwhois_conf $(SAMPLE_DATA_DIR))
47
-	@echo "Setting up index scripts"
48
 	(sh tools/install/setup_index_scripts $(SAMPLE_DATA_DIR))
49
-	@echo "Copying the indexer into the sample data area"
50
-	if [ $(SAMPLE_DATA_DIR) != $(RWHOIS_ROOT_DIR) ]; then \
51
-		if [ ! -d $(SAMPLE_DATA_DIR)/bin ]; then \
52
-			mkdir $(SAMPLE_DATA_DIR)/bin; \
53
-        fi; \
54
-		cp $(RWHOIS_ROOT_DIR)/bin/rmkdbindex $(SAMPLE_DATA_DIR)/bin; \
55
-	fi
56
-	@echo "Running index scripts"
57
 	(sh tools/install/run_index_scripts $(SAMPLE_DATA_DIR))
58
+	/usr/sbin/chown -R nobody ${SAMPLE_DATA_DIR}/data ${SAMPLE_DATA_DIR}/rwhois.log
59
 
60
 clean:
61
 	@echo "Cleaning Server"
62
@@ -109,8 +101,6 @@
63
 	(cd $(COMMON_DIR); $(MAKE) clean)
64
 	@echo "Cleaning MKDB"
65
 	(cd $(MKDB_DIR); $(MAKE) clean)
66
-	@echo "Cleaning TCPD stuff"
67
-	(cd $(LIBWRAP_DIR); $(MAKE) clean)
68
 	@echo "Cleaning RWhois Indexer"
69
 	(cd $(INDEXER_DIR); $(MAKE) clean)
70
 	@echo "Cleaning RWhois Parser"
71
@@ -133,7 +123,6 @@
72
 	(cd $(MKDB_DIR); $(MAKE) distclean)
73
 	(cd $(INDEXER_DIR); $(MAKE) distclean)
74
 	(cd $(PARSER_DIR); $(MAKE) distclean)
75
-	(cd $(LIBWRAP_DIR); $(MAKE) clean)
76
 	(cd $(CLIENT_DIR); $(MAKE) distclean)
77
 
78
 dist:
(-)net/rwhois/files/patch-ab (-19 lines)
Lines 1-19 Link Here
1
--- client/Makefile.in.orig	Wed Sep 25 18:10:48 1996
2
+++ client/Makefile.in	Fri May 23 02:34:00 1997
3
@@ -6,7 +6,7 @@
4
 
5
 CC      = @CC@
6
 RANLIB  = @RANLIB@
7
-INSTALL = @INSTALL@
8
+INSTALL = /usr/bin/install -c -s -o bin -g bin
9
 
10
 
11
 #
12
@@ -56,6 +56,7 @@
13
 install:
14
 	if [ ! -d $(bindir) ]; then mkdir $(bindir); fi
15
 	$(INSTALL) rwhois $(bindir)
16
+	/bin/ln -sf ${PREFIX}/lib/rwhois/bin/rwhois ${PREFIX}/bin/rwhois
17
 
18
 clean:
19
 	rm -f rwhois *.o *~ librwclient.a
(-)net/rwhois/files/patch-ac (-18 / +20 lines)
Lines 1-31 Link Here
1
--- server/Makefile.in.orig	Wed Sep 25 13:03:56 1996
1
--- server/Makefile.in.orig	Fri May 12 01:10:25 2000
2
+++ server/Makefile.in	Fri May  9 22:48:56 1997
2
+++ server/Makefile.in	Sat Nov 25 15:27:16 2000
3
@@ -7,14 +7,15 @@
3
@@ -9,7 +9,7 @@
4
 prefix      = @prefix@
4
 prefix      = @prefix@
5
 exec_prefix = @exec_prefix@
5
 exec_prefix = @exec_prefix@
6
 bindir      = $(exec_prefix)/bin
6
 bindir      = $(exec_prefix)/bin
7
-etcdir      = $(exec_prefix)/etc
7
+sbindir     = $(exec_prefix)/sbin
8
+sbindir     = $(exec_prefix)/sbin
8
 etcdir      = $(exec_prefix)/etc
9
 
9
 
10
 # local libs/includes 
10
 srcdir      = @srcdir@
11
 COMMON_INC  = -I../common
11
 VPATH       = @srcdir@
12
 COMMON_LIBS = -L../common -lrwhois
12
@@ -18,8 +18,8 @@
13
 COMMON_INC    = -I$(srcdir)/../common
14
 COMMON_LIBS   = -L../common -lrwcommon
13
 
15
 
14
-WRAP_INC = -I../tools/tcpd_wrapper
16
-WRAP_INC      = -I$(srcdir)../tools/tcpd_wrapper
15
-WRAP_LIBS = -L../tools/tcpd_wrapper -lwrap
17
-WRAP_LIBS     = -L../tools/tcpd_wrapper -lwrap
16
+WRAP_INC = -I${PREFIX}/include
18
+WRAP_INC      = -I${LOCALBASE}/include
17
+WRAP_LIBS = -L${PREFIX}/lib -lwrap
19
+WRAP_LIBS     = -L${LOCALBASE}/lib -lwrap
18
 
20
 
19
 MKDB_INC = -I../mkdb
21
 MKDB_INC      = -I$(srcdir)/../mkdb
20
 MKDB_LIBS = -L../mkdb -lmkdb
22
 MKDB_LIBS     = -L../mkdb -lmkdb
21
@@ -77,8 +78,8 @@
23
@@ -97,8 +97,8 @@
22
 	$(CC) -c $(CFLAGS) $(LOCAL_INC) $*.c
23
 
24
 
24
 install:
25
 install:
26
 	if [ ! -d $(exec_prefix) ]; then mkdir $(exec_prefix); fi
25
-	if [ ! -d $(etcdir) ]; then mkdir $(etcdir); fi
27
-	if [ ! -d $(etcdir) ]; then mkdir $(etcdir); fi
26
-	$(INSTALL) rwhoisd $(etcdir)
28
-	$(INSTALL) rwhoisd $(etcdir)
27
+	if [ ! -d $(sbindir) ]; then mkdir -p $(sbindir); fi
29
+	if [ ! -d $(sbindir) ]; then mkdir $(sbindir); fi
28
+	$(INSTALL) rwhoisd $(sbindir)
30
+	$(INSTALL) rwhoisd $(sbindir)
29
 
31
 
30
 clean:
32
 uninstall:
31
 	rm -f *.[oa]
33
 	$(RM) $(etcdir)/rwhoisd
(-)net/rwhois/files/patch-ad (-54 lines)
Lines 1-54 Link Here
1
--- chroot.sh.orig	Wed Jul 31 15:34:34 1996
2
+++ chroot.sh	Thu Jun  5 09:45:59 1997
3
@@ -10,9 +10,15 @@
4
 #umask 022
5
 
6
 RWHOIS_ROOT_DIR=$1
7
-COPY="cp"
8
+COPY="/bin/cp"
9
 
10
 # check if these directories exist
11
+if test ! -d ${RWHOIS_ROOT_DIR}
12
+then
13
+	echo "make directory  ${RWHOIS_ROOT_DIR}."
14
+	mkdir ${RWHOIS_ROOT_DIR}
15
+fi
16
+
17
 if test ! -d ${RWHOIS_ROOT_DIR}/etc 
18
 then
19
 	echo "make directory  ${RWHOIS_ROOT_DIR}/etc".
20
@@ -35,20 +41,30 @@
21
 then
22
 	echo "make directory  ${RWHOIS_ROOT_DIR}/usr"
23
 	mkdir $RWHOIS_ROOT_DIR/usr
24
-	mkdir $RWHOIS_ROOT_DIR/usr/lib
25
-elif  test ! -d $RWHOIS_ROOT_DIR/usr/lib 
26
+fi
27
+
28
+if  test ! -d $RWHOIS_ROOT_DIR/usr/lib 
29
 then
30
 	echo "make directory  ${RWHOIS_ROOT_DIR}/usr/lib"
31
         mkdir $RWHOIS_ROOT_DIR/usr/lib
32
 fi
33
 
34
+if  test ! -d $RWHOIS_ROOT_DIR/usr/libexec
35
+then
36
+	echo "make directory  ${RWHOIS_ROOT_DIR}/usr/libexec"
37
+        mkdir $RWHOIS_ROOT_DIR/usr/libexec
38
+fi
39
+
40
 #copy /etc/resolv.conf to (rwhois_root)/etc
41
 	$COPY /etc/resolv.conf ${RWHOIS_ROOT_DIR}/etc
42
 
43
 #copy /usr/lib/files to (rwhois_root)/usr/lib
44
-	$COPY /usr/lib/ld.so /usr/lib/libnsl.so.1 /usr/lib/libsocket.so.1 /usr/lib/libc.so.1 /usr/lib/libdl.so.1 /usr/lib/libintl.so.1 /usr/lib/libmp.so.1 /usr/lib/libw.so.1 /usr/lib/libmapmalloc.so.1 $RWHOIS_ROOT_DIR/usr/lib
45
+	$COPY /usr/lib/libc.so.* ${PREFIX}/lib/libwrap.so.* $RWHOIS_ROOT_DIR/usr/lib
46
+
47
+#copy /usr/lib/files to (rwhois_root)/usr/lib
48
+	$COPY /usr/libexec/ld.so $RWHOIS_ROOT_DIR/usr/libexec
49
 
50
 #copy /usr/bin/execut. to (rwhois_root)/bin
51
-	$COPY /usr/bin/sh /usr/bin/sort $RWHOIS_ROOT_DIR/bin
52
+	$COPY /bin/sh /usr/bin/sort /bin/date $RWHOIS_ROOT_DIR/bin
53
 
54
 echo "done"
(-)net/rwhois/files/patch-ae (-18 / +9 lines)
Lines 1-20 Link Here
1
--- sample.data/rwhois.conf.orig	Fri May 23 01:59:32 1997
1
--- sample.data/rwhoisd.conf.orig	Wed Nov 26 08:23:46 1997
2
+++ sample.data/rwhois.conf	Fri May 23 02:00:37 1997
2
+++ sample.data/rwhoisd.conf	Sat Nov 25 15:30:05 2000
3
@@ -10,7 +10,7 @@
3
@@ -109,7 +109,7 @@
4
 # to. If it is not set, it will default to the current working
4
 # users group, as found in /etc/passwd.
5
 # directory.
5
 # note that this really, really should be an unprivileged user
6
 # NOTE:  you want to change this.
6
 # this options doesn't have a default.
7
-root-dir: /home/devel2/davidb/src/rwhois-dev/sample.data
7
-userid: rwhoisd
8
+root-dir: /usr/local/lib/rwhois
9
 
10
 # schema-file: The config file that contains the top-level schema
11
 # information.  This file must exist. The old 'object-file' refers to
12
@@ -85,7 +85,7 @@
13
 # chrooted: NO
14
 
15
 # userid: If run as root, rwhoisd will change to this user
16
-userid: davidb
17
+userid: nobody
8
+userid: nobody
18
 
9
 
19
 # verbosity: What level of reporting (to the console) do you wish.
10
 # pid-file: where to put the file containing the pid of the server.
20
 # The default is '1'.  '0' is quiet and numbers greater then '1' are
11
 # normal default is "rwhoisd.pid"
(-)net/rwhois/files/patch-af (-10 lines)
Lines 1-10 Link Here
1
--- common/misc.c.orig	Tue Oct 13 23:12:30 1998
2
+++ common/misc.c	Tue Oct 13 23:12:58 1998
3
@@ -380,7 +380,6 @@
4
   char *program;
5
   char *param;
6
 {
7
-  int           errno = 0;
8
   extern char   **environ;
9
   char          *myenviron[MAX_SET];
10
   char          *argv[MAX_SET];
(-)net/rwhois/files/patch-ag (+20 lines)
Line 0 Link Here
1
--- tools/Xpgp/Xpgp.c.orig	Fri Jan 30 09:25:58 1998
2
+++ tools/Xpgp/Xpgp.c	Sat Nov 25 15:58:33 2000
3
@@ -55,7 +55,7 @@
4
 
5
         key = xcalloc(1, sizeof(char) * 1050);
6
         
7
-        gets(key);  
8
+        fgets(key, sizeof(key), stdin);  
9
         fprintf(fp, "%s\n",key);
10
 
11
         if (strstr(key, "END"))
12
@@ -72,7 +72,7 @@
13
       free(key);
14
 
15
       newstr = xcalloc(1, sizeof(char)*100);
16
-      gets(newstr);
17
+      fgets(newstr, sizeof(newstr), stdin);
18
 
19
       if (STRN_EQ(newstr,  "-X-pgp off keyadd", 17))
20
       {
(-)net/rwhois/files/rwhoisd.sh (-1 / +1 lines)
Lines 10-16 Link Here
10
	# remove or comment the following line and uncomment the one below it once you have
10
	# remove or comment the following line and uncomment the one below it once you have
11
	# configured your server's data
11
	# configured your server's data
12
	echo "rwhoisd not started; sample data still in place.   See ${PREFIX}/share/doc/rwhois for details."
12
	echo "rwhoisd not started; sample data still in place.   See ${PREFIX}/share/doc/rwhois for details."
13
	#[ -x ${PREFIX}/lib/rwhois/sbin/rwhoisd ] && ${PREFIX}/lib/rwhois/sbin/rwhoisd -c ${PREFIX}/lib/rwhois/rwhois.conf & && echo -n ' rwhoisd'
13
	#[ -x ${PREFIX}/lib/rwhois/sbin/rwhoisd ] && ${PREFIX}/lib/rwhois/sbin/rwhoisd -c ${PREFIX}/lib/rwhois/rwhoisd.conf & && echo -n ' rwhoisd'
14
	;;
14
	;;
15
stop)
15
stop)
16
	# killall rwhoisd && echo -n ' rwhoisd
16
	# killall rwhoisd && echo -n ' rwhoisd
(-)net/rwhois/pkg-descr (+1 lines)
Lines 22-24 Link Here
22
influenced by earlier established Internet protocols, such as the Simple
22
influenced by earlier established Internet protocols, such as the Simple
23
Mail Transport Protocol (SMTP) [RFC 821] for response codes.
23
Mail Transport Protocol (SMTP) [RFC 821] for response codes.
24
24
25
WWW: http://www.rwhois.net/
(-)net/rwhois/pkg-plist (-115 / +59 lines)
Lines 1-119 Link Here
1
bin/rwhois
1
lib/rwhois/a.com/attribute_defs/asn.tmpl
2
etc/rc.d/rwhoisd.sh
2
lib/rwhois/a.com/attribute_defs/contact.tmpl
3
lib/rwhois/attribute_defs/asn.tmpl
3
lib/rwhois/a.com/attribute_defs/domain.tmpl
4
lib/rwhois/attribute_defs/domain.tmpl
4
lib/rwhois/a.com/attribute_defs/guardian.tmpl
5
lib/rwhois/attribute_defs/host.tmpl
5
lib/rwhois/a.com/attribute_defs/host.tmpl
6
lib/rwhois/attribute_defs/network.tmpl
6
lib/rwhois/a.com/attribute_defs/org.tmpl
7
lib/rwhois/attribute_defs/nic.tmpl
7
lib/rwhois/a.com/attribute_defs/referral.tmpl
8
lib/rwhois/attribute_defs/org.tmpl
8
lib/rwhois/a.com/data/asn/asn.txt
9
lib/rwhois/attribute_defs/referral.tmpl
9
lib/rwhois/a.com/data/contact/contact.txt
10
lib/rwhois/attribute_defs/soa.tmpl
10
lib/rwhois/a.com/data/domain/domain.txt
11
lib/rwhois/attribute_defs/user.tmpl
11
lib/rwhois/a.com/data/guardian/guardian.txt
12
lib/rwhois/bin/date
12
lib/rwhois/a.com/data/host/host.txt
13
lib/rwhois/bin/rmkdbindex
13
lib/rwhois/a.com/data/org/org.txt
14
lib/rwhois/bin/rwhois
14
lib/rwhois/a.com/data/referral/referral.txt
15
lib/rwhois/bin/rwhoisparse
15
lib/rwhois/a.com/schema
16
lib/rwhois/bin/sh
16
lib/rwhois/a.com/soa
17
lib/rwhois/bin/sort
17
lib/rwhois/bin/Xpgp
18
lib/rwhois/data/asn/asn.txt
18
lib/rwhois/bin/rwhois_deleter
19
lib/rwhois/data/asn/local-0.ndx
19
lib/rwhois/bin/rwhois_indexer
20
lib/rwhois/data/asn/local.db
20
lib/rwhois/net-10.0.0.0-8/attribute_defs/contact.tmpl
21
lib/rwhois/data/asn/null.ca
21
lib/rwhois/net-10.0.0.0-8/attribute_defs/guardian.tmpl
22
lib/rwhois/data/domain/local-0.ndx
22
lib/rwhois/net-10.0.0.0-8/attribute_defs/host.tmpl
23
lib/rwhois/data/domain/local.db
23
lib/rwhois/net-10.0.0.0-8/attribute_defs/network.tmpl
24
lib/rwhois/data/domain/null.ca
24
lib/rwhois/net-10.0.0.0-8/attribute_defs/referral.tmpl
25
lib/rwhois/data/domain/shoe-me.com.txt
25
lib/rwhois/net-10.0.0.0-8/data/network/network.txt
26
lib/rwhois/data/host/local-0.ndx
26
lib/rwhois/net-10.0.0.0-8/data/referral/referral.txt
27
lib/rwhois/data/host/local.db
27
lib/rwhois/net-10.0.0.0-8/schema
28
lib/rwhois/data/host/null.ca
28
lib/rwhois/net-10.0.0.0-8/soa
29
lib/rwhois/data/host/shoe_me.txt
29
lib/rwhois/rwhoisd.allow
30
lib/rwhois/data/network/local-0.ndx
30
lib/rwhois/rwhoisd.auth_area
31
lib/rwhois/data/network/local.db
31
lib/rwhois/rwhoisd.conf
32
lib/rwhois/data/network/null.ca
32
lib/rwhois/rwhoisd.deny
33
lib/rwhois/data/network/shoe-me.net.txt
33
lib/rwhois/rwhoisd.dir
34
lib/rwhois/data/referral/local-0.ndx
34
lib/rwhois/rwhoisd.root
35
lib/rwhois/data/referral/local.db
35
lib/rwhois/rwhoisd.x.dir
36
lib/rwhois/data/referral/shoe-me-more.txt
37
lib/rwhois/data/soa/internic.txt
38
lib/rwhois/data/soa/local-0.ndx
39
lib/rwhois/data/soa/local.db
40
lib/rwhois/data/soa/null.ca
41
lib/rwhois/data/soa/shoe-me.txt
42
lib/rwhois/data/user/local-0.ndx
43
lib/rwhois/data/user/local.db
44
lib/rwhois/data/user/null.ca
45
lib/rwhois/data/user/shoe-me.be.txt
46
lib/rwhois/data/user/shoe-me.multiple.txt
47
lib/rwhois/data/user/shoe.gif
48
lib/rwhois/etc/resolv.conf
49
lib/rwhois/index_scripts/index_all
50
lib/rwhois/index_scripts/index_asn
51
lib/rwhois/index_scripts/index_domain
52
lib/rwhois/index_scripts/index_host
53
lib/rwhois/index_scripts/index_network
54
lib/rwhois/index_scripts/index_nic
55
lib/rwhois/index_scripts/index_org
56
lib/rwhois/index_scripts/index_referral
57
lib/rwhois/index_scripts/index_soa
58
lib/rwhois/index_scripts/index_user
59
lib/rwhois/output_templates/asn.full.output
60
lib/rwhois/output_templates/domain.full.output
61
lib/rwhois/output_templates/domain.sum.output
62
lib/rwhois/output_templates/host.contact.output
63
lib/rwhois/output_templates/host.full.output
64
lib/rwhois/output_templates/host.sum.output
65
lib/rwhois/output_templates/network.full.output
66
lib/rwhois/output_templates/network.ripe.output
67
lib/rwhois/output_templates/network.sum.output
68
lib/rwhois/output_templates/network.swip.output
69
lib/rwhois/output_templates/nic.full.output
70
lib/rwhois/output_templates/org.full.output
71
lib/rwhois/output_templates/referral.full.output
72
lib/rwhois/output_templates/soa.full.output
73
lib/rwhois/output_templates/user.contact.output
74
lib/rwhois/output_templates/user.full.output
75
lib/rwhois/output_templates/user.ripe.output
76
lib/rwhois/output_templates/user.sum.output
77
lib/rwhois/output_templates/user.swip.output
78
lib/rwhois/rwhois.allow
79
lib/rwhois/rwhois.conf
80
lib/rwhois/rwhois.conf.orig
81
lib/rwhois/rwhois.define
82
lib/rwhois/rwhois.deny
83
lib/rwhois/rwhois.directive
84
lib/rwhois/rwhois.display
85
lib/rwhois/rwhois.help
86
lib/rwhois/rwhois.log
87
lib/rwhois/rwhois.objects
88
lib/rwhois/rwhois.root
89
lib/rwhois/sbin/rwhoisd
36
lib/rwhois/sbin/rwhoisd
90
lib/rwhois/usr/lib/libc.so.%%LIBCVERSION%%
37
share/doc/rwhois/INSTALL.html
91
lib/rwhois/usr/libexec/ld.so
92
share/doc/rwhois/EXAMPLES
93
share/doc/rwhois/INSTALLATION
94
share/doc/rwhois/NEWS
95
share/doc/rwhois/PROBLEMS
96
share/doc/rwhois/README
97
share/doc/rwhois/TODO
38
share/doc/rwhois/TODO
39
share/doc/rwhois/UPGRADE
40
share/doc/rwhois/operations_guide.html
98
share/doc/rwhois/operations_guide.txt
41
share/doc/rwhois/operations_guide.txt
99
share/doc/rwhois/sample.data.explained
42
share/doc/rwhois/rfc2167.txt
100
@dirrm lib/rwhois/attribute_defs/
43
share/doc/rwhois/security.html
101
@dirrm lib/rwhois/bin/
44
share/doc/rwhois/security.txt
102
@dirrm lib/rwhois/data/asn/
103
@dirrm lib/rwhois/data/domain/
104
@dirrm lib/rwhois/data/host/
105
@dirrm lib/rwhois/data/network/
106
@dirrm lib/rwhois/data/referral/
107
@dirrm lib/rwhois/data/soa/
108
@dirrm lib/rwhois/data/user/
109
@dirrm lib/rwhois/data/
110
@dirrm lib/rwhois/etc/
111
@dirrm lib/rwhois/index_scripts/
112
@dirrm lib/rwhois/output_templates/
113
@dirrm lib/rwhois/sbin/
114
@dirrm lib/rwhois/tmp/
115
@dirrm lib/rwhois/usr/lib/
116
@dirrm lib/rwhois/usr/libexec/
117
@dirrm lib/rwhois/usr/
118
@dirrm lib/rwhois/
119
@dirrm share/doc/rwhois
45
@dirrm share/doc/rwhois
46
@dirrm lib/rwhois/sbin
47
@dirrm lib/rwhois/net-10.0.0.0-8/data/referral
48
@dirrm lib/rwhois/net-10.0.0.0-8/data/network
49
@dirrm lib/rwhois/net-10.0.0.0-8/data
50
@dirrm lib/rwhois/net-10.0.0.0-8/attribute_defs
51
@dirrm lib/rwhois/net-10.0.0.0-8
52
@dirrm lib/rwhois/bin
53
@dirrm lib/rwhois/a.com/data/referral
54
@dirrm lib/rwhois/a.com/data/org
55
@dirrm lib/rwhois/a.com/data/host
56
@dirrm lib/rwhois/a.com/data/guardian
57
@dirrm lib/rwhois/a.com/data/domain
58
@dirrm lib/rwhois/a.com/data/contact
59
@dirrm lib/rwhois/a.com/data/asn
60
@dirrm lib/rwhois/a.com/data
61
@dirrm lib/rwhois/a.com/attribute_defs
62
@dirrm lib/rwhois/a.com
63
@dirrm lib/rwhois

Return to bug 23136