forked from Lainports/opnsense-ports
23 lines
855 B
C++
23 lines
855 B
C++
--- stafproc/STAFProc.cpp.orig 2015-09-28 13:34:21 UTC
|
|
+++ stafproc/STAFProc.cpp
|
|
@@ -464,8 +464,7 @@ int main(int argc, char **argv, char **e
|
|
|
|
STAFFSPath writeLocation;
|
|
|
|
- writeLocation.setRoot(configInfo.exePath);
|
|
- writeLocation.addDir("data");
|
|
+ writeLocation.setRoot("%%STAFVARDIR%%");
|
|
writeLocation.addDir(gSTAFInstanceName);
|
|
gSTAFWriteLocation = writeLocation.asString();
|
|
gDefaultSTAFWriteLocation = gSTAFWriteLocation;
|
|
@@ -487,9 +486,7 @@ int main(int argc, char **argv, char **e
|
|
}
|
|
else
|
|
{
|
|
- configFile = STAFString(configInfo.exePath) +
|
|
- STAFString(configInfo.fileSeparator) + "bin" +
|
|
- STAFString(configInfo.fileSeparator) + "STAF.cfg";
|
|
+ configFile = "%%PREFIX%%/etc/STAF.cfg";
|
|
}
|
|
|
|
// Set environment buffer for use by Process service
|