Ticket #31413: patch-src-main.c.diff
File patch-src-main.c.diff, 362 bytes (added by alfredh (Alfred E. Heggestad), 13 years ago) |
---|
-
src/main.c
17 17 #include "stund.h" 18 18 19 19 20 static const char *configfile = "/ etc/restund.conf";20 static const char *configfile = "/opt/local/etc/restund.conf"; 21 21 static struct conf *conf; 22 22 static bool force_debug; 23 23