SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
sysutils/nut/patches/patch-common_common_c
Normal file
21
sysutils/nut/patches/patch-common_common_c
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: common/common.c
|
||||
--- common/common.c.orig
|
||||
+++ common/common.c
|
||||
@@ -535,6 +535,17 @@ const char * confpath(void)
|
||||
return path;
|
||||
}
|
||||
|
||||
+/* return a config path for the CGIs so they can be kept seperate */
|
||||
+const char * cgiconfpath(void)
|
||||
+{
|
||||
+ const char * path;
|
||||
+
|
||||
+ if ((path = getenv("NUT_CGICONFPATH")) == NULL)
|
||||
+ path = "/conf/nut";
|
||||
+
|
||||
+ return path;
|
||||
+}
|
||||
+
|
||||
/* Return the default path for the directory containing state files */
|
||||
const char * dflt_statepath(void)
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue