mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4dac7fad8a
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>
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];
|
|
|