diff options
Diffstat (limited to 'net/rinetd/files/patch-ab')
-rw-r--r-- | net/rinetd/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/rinetd/files/patch-ab b/net/rinetd/files/patch-ab new file mode 100644 index 000000000000..084433fff3a2 --- /dev/null +++ b/net/rinetd/files/patch-ab @@ -0,0 +1,12 @@ +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, |