]> andersk Git - moira.git/blobdiff - reg_svr/startreg.c
Change `SMS' to `Moira' where possible.
[moira.git] / reg_svr / startreg.c
index e17be889df7687ee905742fea789e0d4e96137c9..4cad0af161df39074d0feaa2f6f6183d99124db5 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.033404 seconds and 4 git commands to generate.