5c5a608f6c
note that with USB UPS, you may have to allow permissions on further ugen subdevices (e.g. ugen0.01 as well as ugen0.00).
14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
$OpenBSD: patch-include_config_h_in,v 1.4 2010/03/31 22:11:11 sthen Exp $
|
|
--- include/config.h.in.orig Fri Feb 19 21:20:07 2010
|
|
+++ include/config.h.in Sat Mar 20 23:18:19 2010
|
|
@@ -18,6 +18,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
|
|
|