summaryrefslogtreecommitdiff
path: root/security/xinetd/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/xinetd/files/patch-ac')
-rw-r--r--security/xinetd/files/patch-ac13
1 files changed, 9 insertions, 4 deletions
diff --git a/security/xinetd/files/patch-ac b/security/xinetd/files/patch-ac
index c5e6de36c4f3..7cac3e3c2f0a 100644
--- a/security/xinetd/files/patch-ac
+++ b/security/xinetd/files/patch-ac
@@ -1,6 +1,11 @@
---- xinetd/xconv.pl Mon Oct 18 01:27:18 1999
-+++ xinetd/xconv.pl Fri Feb 25 16:30:16 2000
-@@ -43 +43 @@
+--- 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";