summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/Makefile
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-06-27 18:05:34 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-06-27 18:05:34 +0000
commit31aade9ad12eccc1744d769c7477e81f3a9fcf8c (patch)
tree89721a778510d42e88eca9f91ed04128285c4f23 /usr.sbin/inetd/Makefile
parent32a079dfa9ef6333b7da250e2ccc897157881ed7 (diff)
downloadFreeBSD-src-31aade9ad12eccc1744d769c7477e81f3a9fcf8c.zip
FreeBSD-src-31aade9ad12eccc1744d769c7477e81f3a9fcf8c.tar.gz
Add command-line option (-w), specified once to enable wrapping and
twice to enable wrapping for internal wrapping as well. If the option is not specified wrapping is turned off so that inetd will behave exactly as it used to before TCP Wrappers was imported. Change etc/defaults/rc.conf so as to encourage wrapping on new systems. Clarify the use of TCP Wrappers in the IMPLEMENTATION NOTES of the manual page. Approved by: jkh
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r--usr.sbin/inetd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
index ddb15c5..7af0b63 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -1,11 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.8 1999/05/07 06:48:01 markm Exp $
+# $Id: Makefile,v 1.9 1999/06/17 09:16:06 sheldonh Exp $
PROG= inetd
MAN8= inetd.8
MLINKS= inetd.8 inetd.conf.5
-COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP -DLIBWRAP_INTERNAL
+COPTS+= -Wall -DLOGIN_CAP
#COPTS+= -DSANITY_CHECK
DPADD+= ${LIBUTIL} ${LIBWRAP}
OpenPOWER on IntegriCloud