openbsd-ports/sysutils/nut/patches/patch-include_common_h
marcm 85dc249d41 Update to 1.4.1.
In addition to the standard bugfixes, this is a major port rewrite.
The port now uses a '_ups' user and the CGIs created can now run under
either chrooted Apache or non-chrooted Apache.
2004-02-09 06:48:48 +00:00

14 lines
561 B
Plaintext

$OpenBSD: patch-include_common_h,v 1.1 2004/02/09 06:48:48 marcm Exp $
--- include/common.h.orig 2004-01-03 14:59:38.000000000 -0800
+++ include/common.h 2004-01-03 14:59:40.000000000 -0800
@@ -80,6 +80,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);