Files
ports/sysutils/nut/patches/patch-include_common_h
T
2025-09-05 11:04:35 +00:00

14 lines
444 B
Plaintext

Index: include/common.h
--- include/common.h.orig
+++ include/common.h
@@ -414,6 +414,9 @@ void syslogbit_set(void);
/* Return the default path for the directory containing configuration files */
const char * confpath(void);
+/* return a config path for the CGIs so they can be kept seperate */
+const char * cgiconfpath(void);
+
/* Return the default path for the directory containing state files */
const char * dflt_statepath(void);