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