openbsd-ports/sysutils/nut/patches/patch-include_common_h
henning 2596ff8b6d update to nut-2.0.3, last not leas bringing many format string fixes
preserve my changes to the fentonups driver, allowing the detection logic
to be bypassed and a model to be forced - for UPSes that do implement the
protocol except the identification command, which seems to be somewhat common
the Xanto S3000R thing here behaves like that, and support for it is added
ok mbalmer
2006-05-03 17:32:09 +00:00

14 lines
541 B
Plaintext

$OpenBSD: patch-include_common_h,v 1.3 2006/05/03 17:32:09 henning Exp $
--- include/common.h.orig Thu Jan 27 15:33:18 2005
+++ include/common.h Mon May 1 17:40:26 2006
@@ -74,6 +74,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);