85dc249d41
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.
14 lines
437 B
Plaintext
14 lines
437 B
Plaintext
$OpenBSD: patch-include_config_h_in,v 1.3 2004/02/09 06:48:48 marcm Exp $
|
|
--- include/config.h.in.orig 2003-08-22 19:56:06.000000000 -0700
|
|
+++ include/config.h.in 2004-01-03 10:08:47.000000000 -0800
|
|
@@ -12,6 +12,9 @@
|
|
/* Default path for data files */
|
|
#undef DATADIR
|
|
|
|
+/* path where CGI configuration files are looked for by a chrooted Apache */
|
|
+#define CGICONFPATH "/conf/nut"
|
|
+
|
|
/* Default path for UPS drivers */
|
|
#undef DRVPATH
|
|
|