mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
|
--- xinetd/xconv.pl Mon Oct 18 01:27:18 1999
|
||
|
+++ xinetd/xconv.pl Fri Feb 25 16:30:16 2000
|
||
|
@@ -43 +43 @@
|
||
|
- @user = split /\./, $command[4];
|
||
|
+ @user = split /[:\.]/, $command[4];
|
||
|
|