---
crond.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crond.c b/crond.c
index d416ece..2dbbb76 100644
--- a/crond.c
+++ b/crond.c
@@ -373,7 +373,7 @@ main(int argc, char *argv[])
TAILQ_INIT(&ctabhead);
if (dflag == 1) {
- openlog(argv[0], LOG_CONS | LOG_PID, LOG_DAEMON);
+ openlog(argv[0], LOG_CONS | LOG_PID, LOG_CRON);
daemon(0, 0);
}
--
1.8.4- [dev] [PATCH] [scron] Log to designated syslog facilit... Truls Becken
- Re: [dev] [PATCH] [scron] Log to designated syslo... Dimitris Papastamos
