freebsd-ports/security/xinetd/files/patch-ac
2000-11-12 02:45:08 +00:00

11 lines
339 B
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";