--- 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";
