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
Ade Lovett 4dac7fad8a Update to 2.1.8.8p1 (previous version no longer available
at MASTER_SITE).  Two extra patches to fix build warnings, and
make the inetd->xinetd configuration file translator work
a little better.

Submitted by:	Mikhail Teterin <mi@video-collage.com>
2000-02-26 21:25:20 +00:00

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