mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
--- 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 */
|