dd73fa6eb5
* CGIs are now a SUBPACKAGE and work with chrooted Apache * Make myself MAINTAINER * Mark conflict with upad-2.0 ok naddy@ and nate@
14 lines
498 B
Plaintext
14 lines
498 B
Plaintext
$OpenBSD: patch-include_config_h_in,v 1.1 2002/10/14 16:14:33 marcm Exp $
|
|
--- include/config.h.in.orig Mon May 27 07:18:43 2002
|
|
+++ include/config.h.in Mon Sep 30 11:02:00 2002
|
|
@@ -9,6 +9,9 @@
|
|
/* path where configuration files get installed by default */
|
|
#define CONFPATH "/usr/local/ups/etc"
|
|
|
|
+/* path where CGI configuration files are looked for by a chrooted Apache */
|
|
+#define CGICONFPATH "/conf/nut"
|
|
+
|
|
/* state files created by the drivers go here */
|
|
#define STATEPATH "/var/state/ups"
|
|
|