]> andersk Git - moira.git/blobdiff - server/startmoira.c
Change `SMS' to `Moira' where possible.
[moira.git] / server / startmoira.c
index 14db9d5c3285153c87a51c8d36333ab4ff69c318..adacf8ad413114fcbd53389323e4ca67f718eff2 100644 (file)
@@ -90,7 +90,7 @@ int main(int argc, char *argv[])
   sigemptyset(&action.sa_mask);
   sigaction(SIGCHLD, &action, NULL);
 
-  sprintf(buf, "%s/moira.log", SMS_DIR);
+  sprintf(buf, "%s/moira.log", MOIRA_DIR);
   logf = open(buf, O_CREAT|O_WRONLY|O_APPEND, 0640);
   if (logf < 0)
     {
This page took 0.043567 seconds and 4 git commands to generate.