head	1.3;
access;
symbols
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.11.01.17.50.35;	author vanilla;	state dead;
branches;
next	1.2;

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

1.1
date	2000.02.26.21.25.20;	author ade;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Upgrade to latest version.

Obtained from:	edwin@@ ports new version notify.
@
text
@--- xinetd/xconv.pl.orig	Wed Aug 16 01:32:49 2000
+++ xinetd/xconv.pl	Sat Nov 11 14:46:21 2000
@@@@ -40,7 +40,7 @@@@
 	} else {
 		print "\twait        = yes\n";
 	}
-	@@user = split /\./, $command[4];
+	@@user = split /[:\.]/, $command[4];
 	print "\tuser        = $user[0]\n";
 	if( defined $user[1] ) {
 		print "\tgroup       = $user[1]\n";
@


1.2
log
@Upgrade to 2.1.8.9pre12.
@
text
@@


1.1
log
@Update to 2.1.8.8p1 (previous version no longer available
at MASTER_SITE).  Two extra patches to fix build warnings, and
make the inetd->xinetd configuration file translator work
a little better.

Submitted by:	Mikhail Teterin <mi@@video-collage.com>
@
text
@d1 6
a6 3
--- xinetd/xconv.pl	Mon Oct 18 01:27:18 1999
+++ xinetd/xconv.pl	Fri Feb 25 16:30:16 2000
@@@@ -43 +43 @@@@
d9 3
a11 1

@

