openbsd-ports/sysutils/nut/patches/patch-include_config_h_in
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
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