diff options
Diffstat (limited to 'net/loadd/files/patch-main.c')
-rw-r--r-- | net/loadd/files/patch-main.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/loadd/files/patch-main.c b/net/loadd/files/patch-main.c deleted file mode 100644 index 8a5be982437d..000000000000 --- a/net/loadd/files/patch-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- main.c.orig Mon Nov 26 05:59:19 2001 -+++ main.c Tue May 14 14:46:25 2002 -@@ -270,7 +270,7 @@ - break; - } - if (! *conffile) -- strncpy(conffile, "/usr/local/etc/loadd.conf", sizeof(conffile) - 1); -+ strncpy(conffile, PREFIX "/etc/loadd.conf", sizeof(conffile) - 1); - argc -= optind; - argv += optind; - ht = loadd_main_init(conffile); |