head	1.7;
access;
symbols
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.1;
locks; strict;
comment	@# @;


1.7
date	2005.11.01.17.50.35;	author vanilla;	state dead;
branches;
next	1.6;

1.6
date	2001.06.30.19.59.51;	author jedgar;	state Exp;
branches;
next	1.5;

1.5
date	2000.11.12.02.45.08;	author vanilla;	state Exp;
branches;
next	1.4;

1.4
date	99.05.10.17.15.00;	author vanilla;	state Exp;
branches;
next	1.3;

1.3
date	98.07.11.00.37.53;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	97.12.04.03.41.04;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	97.06.04.06.30.03;	author markm;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Upgrade to latest version.

Obtained from:	edwin@@ ports new version notify.
@
text
@--- xinetd/defs.h.orig	Thu Jun 14 11:29:09 2001
+++ xinetd/defs.h	Sat Jun 30 15:41:43 2001
@@@@ -96,7 +96,7 @@@@
 /*
  * Used for listen(2)
  */
-#define LISTEN_BACKLOG               7
+#define LISTEN_BACKLOG               64
 
 /*
  * When explicit values are given for enum's, that is because the structures 
@


1.6
log
@Update port to 2.3.0
@
text
@@


1.5
log
@Upgrade to 2.1.8.9pre12.
@
text
@d1 3
a3 3
--- xinetd/defs.h.orig	Wed Aug 16 01:32:49 2000
+++ xinetd/defs.h	Sat Nov 11 14:42:24 2000
@@@@ -105,7 +105,7 @@@@
d7 2
a8 2
-#define LISTEN_BACKLOG					7
+#define LISTEN_BACKLOG					64
@


1.4
log
@Upgrade to latest version, and change MASTER_SITES to synack.net.
@
text
@d1 3
a3 3
--- xinetd/defs.h.orig	Tue Nov  3 00:05:53 1998
+++ xinetd/defs.h	Tue May 11 00:47:03 1999
@@@@ -99,7 +99,7 @@@@
@


1.3
log
@Make this port ${PREFIX}-friendly and have it install its
files with the right permissions by hacking up the do-install
target to do it ourselves.

PR:		7194
Hinted at by:	hoek@@freebsd.org
@
text
@d1 11
a11 20
*** xinetd/defs.h.orig	Thu Mar 20 11:29:27 1997
--- xinetd/defs.h	Thu Mar 20 11:29:46 1997
***************
*** 100,106 ****
  /*
   * Used for listen(2)
   */
! #define LISTEN_BACKLOG					7
  
  /*
   * When explicit values are given for enum's, that is because the structures 
--- 100,106 ----
  /*
   * Used for listen(2)
   */
! #define LISTEN_BACKLOG					64
  
  /*
   * When explicit values are given for enum's, that is because the structures

@


1.2
log
@Upgrade to 2.2.1, add a startup script.
PR:		ports/4620
@
text
@a20 32
--- xinetd/Makefile.orig	Mon Apr 14 05:29:01 1997
+++ xinetd/Makefile	Wed Sep 24 04:54:21 1997
@@@@ -131,7 +131,8 @@@@
 
 XMODE		= -m 700		# mode for executables
 FMODE		= -m 640		# mode for anything but executables
-INSTALL		= install -c
+INSTALL_PROGRAM	= install -c -s
+INSTALL_DATA	= install -c
 
 LINT_FLAGS	= -hbux
 PAGER		= less
@@@@ -178,16 +179,16 @@@@
 	rm -f $(OPT_SOURCE) $(OPT_HEADER)
 
 install: $(PROGRAM)
-	$(INSTALL) $(XMODE) $(PROGRAM) $(INSTALLDIR)
+	$(INSTALL_PROGRAM) $(XMODE) $(PROGRAM) $(INSTALLDIR)
 
 install.man:
 	if test "$(MANPROGDIR)" ; then \
-		$(INSTALL) $(FMODE) $(MANPROGFILE) $(MANPROGDIR)/$(MANPROGPAGE) ;\
+		$(INSTALL_DATA) $(FMODE) $(MANPROGFILE) $(MANPROGDIR)/$(MANPROGPAGE) ;\
 	fi
 	if test "$(MANDATADIR)" ; then \
 		for i in $(MANDATANAMES) ; do \
 			name=$(PROGRAM).$$i ; \
-			$(INSTALL) $(FMODE) $$name.man $(MANDATADIR)/$$name.$(MANDATASECTION);\
+			$(INSTALL_DATA) $(FMODE) $$name.man $(MANDATADIR)/$$name.$(MANDATASECTION);\
 		done ;\
 	fi
 
@


1.1
log
@Improve xinetd's capacity. Works better under load this way.
PR:		3699
Submitted by:	tom@@sdf.com
@
text
@d19 34
a52 1
   * When explicit values are given for enum's, that is because the structures 
@
