4170934308
This is a feature release so if you're upgrading, take a look at the release notes here: http://random.networkupstools.org/source/2.0/new-2.0.0.txt
14 lines
539 B
Plaintext
14 lines
539 B
Plaintext
$OpenBSD: patch-include_common_h,v 1.2 2004/09/27 03:10:24 marcm Exp $
|
|
--- include/common.h.orig Tue Nov 25 18:07:02 2003
|
|
+++ include/common.h Thu Sep 16 08:48:43 2004
|
|
@@ -72,6 +72,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);
|
|
|