1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/yaunc/files/patch-ab

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 */