summaryrefslogtreecommitdiff
path: root/net/rwhoisd/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /net/rwhoisd/files/patch-ac
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'net/rwhoisd/files/patch-ac')
-rw-r--r--net/rwhoisd/files/patch-ac31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/rwhoisd/files/patch-ac b/net/rwhoisd/files/patch-ac
deleted file mode 100644
index 7832c52b13c2..000000000000
--- a/net/rwhoisd/files/patch-ac
+++ /dev/null
@@ -1,31 +0,0 @@
---- server/Makefile.in.orig Wed Sep 25 13:03:56 1996
-+++ server/Makefile.in Fri May 9 22:48:56 1997
-@@ -7,14 +7,15 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- bindir = $(exec_prefix)/bin
-+sbindir = $(exec_prefix)/sbin
- etcdir = $(exec_prefix)/etc
-
- # local libs/includes
- COMMON_INC = -I../common
- COMMON_LIBS = -L../common -lrwhois
-
--WRAP_INC = -I../tools/tcpd_wrapper
--WRAP_LIBS = -L../tools/tcpd_wrapper -lwrap
-+WRAP_INC = -I${PREFIX}/include
-+WRAP_LIBS = -L${PREFIX}/lib -lwrap
-
- MKDB_INC = -I../mkdb
- MKDB_LIBS = -L../mkdb -lmkdb
-@@ -77,8 +78,8 @@
- $(CC) -c $(CFLAGS) $(LOCAL_INC) $*.c
-
- install:
-- if [ ! -d $(etcdir) ]; then mkdir $(etcdir); fi
-- $(INSTALL) rwhoisd $(etcdir)
-+ if [ ! -d $(sbindir) ]; then mkdir -p $(sbindir); fi
-+ $(INSTALL) rwhoisd $(sbindir)
-
- clean:
- rm -f *.[oa]