git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove wait after fork in rscriptd
[stg.git]
/
projects
/
stargazer
/
settings_impl.cpp
diff --git
a/projects/stargazer/settings_impl.cpp
b/projects/stargazer/settings_impl.cpp
index b547c4a78225cec6d8de56e9e17d448c6f069a9e..e0eb46399b79dd2eafeaf4538e4aa29e3ede36ec 100644
(file)
--- a/
projects/stargazer/settings_impl.cpp
+++ b/
projects/stargazer/settings_impl.cpp
@@
-32,9
+32,9
@@
$Author: faust $
#include <cerrno>
#include <string>
#include <cerrno>
#include <string>
+#include "stg/logger.h"
+#include "stg/dotconfpp.h"
#include "settings_impl.h"
#include "settings_impl.h"
-#include "stg_logger.h"
-#include "dotconfpp.h"
using namespace std;
using namespace std;
@@
-42,6
+42,7
@@
using namespace std;
SETTINGS_IMPL::SETTINGS_IMPL()
: strError(),
modulesPath("/usr/lib/stg"),
SETTINGS_IMPL::SETTINGS_IMPL()
: strError(),
modulesPath("/usr/lib/stg"),
+ dirName(DIR_NUM),
confDir("/etc/stargazer"),
scriptsDir("/etc/stargazer"),
rules("/etc/stargazer/rules"),
confDir("/etc/stargazer"),
scriptsDir("/etc/stargazer"),
rules("/etc/stargazer/rules"),