diff options
Diffstat (limited to 'misc/yaunc/files/patch-ab')
-rw-r--r-- | misc/yaunc/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/yaunc/files/patch-ab b/misc/yaunc/files/patch-ab new file mode 100644 index 000000000000..db393d6669da --- /dev/null +++ b/misc/yaunc/files/patch-ab @@ -0,0 +1,11 @@ +--- main.c.orig Sun Mar 5 11:26:38 2000 ++++ main.c Sun Mar 5 11:26:57 2000 +@@ -13,7 +13,7 @@ + struct utsname sys_info; + struct info info; + time_t uptime; +- char * path = "/etc/yaunc.conf"; ++ char * path = ETCDIR"yaunc.conf"; + char * data_ptr; + + /* read data from the conf file */ |