1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/xinetd/files/patch-ac

7 lines
178 B
Plaintext
Raw Normal View History

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