rulebase can be created by snfuser). git-svn-id: https://svn.microneil.com/svn/SNFUtility/trunk@60 aa37657e-1934-4a5f-aa6d-2d8eab27ff7cmaster
} | } | ||||
File = DEFAULT_DATA_DIR; | |||||
if (FileExists(File)) { | |||||
SetMode(File, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); | |||||
SetOwnerGroup(File); | |||||
} | |||||
std::string LogDir = GetLogPath(); | std::string LogDir = GetLogPath(); | ||||
if (FileExists(LogDir)) { | if (FileExists(LogDir)) { |