find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / miscutils / crond.c
index a0b73c77497018d1abed6c469bac6da8623150ab..582dc991a383ac449a0fb93e0ec6443b38a95344 100644 (file)
@@ -885,7 +885,7 @@ int crond_main(int argc UNUSED_PARAM, char **argv)
        xsetenv("SHELL", DEFAULT_SHELL); /* once, for all future children */
        crondlog(LVL8 "crond (busybox "BB_VER") started, log level %d", G.log_level);
        rescan_crontab_dir();
-       write_pidfile("/var/run/crond.pid");
+       write_pidfile(CONFIG_PID_FILE_PATH "/crond.pid");
 
        /* Main loop */
        t2 = time(NULL);