mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
|
diff -u ../rinetd.orig/rinetd.c ./rinetd.c
|
||
|
--- ../rinetd.orig/rinetd.c Mon Mar 1 13:43:35 1999
|
||
|
+++ rinetd.c Fri Jun 11 19:40:05 1999
|
||
|
@@ -214,7 +214,7 @@
|
||
|
};
|
||
|
|
||
|
RinetdOptions options = {
|
||
|
- "/etc/rinetd.conf"
|
||
|
+ "/usr/local/etc/rinetd.conf"
|
||
|
};
|
||
|
|
||
|
int readArgs (int argc,
|