Re: [dev] [PATCH] [scron] Log to designated syslog facility

2014-07-06 Thread Dimitris Papastamos
On Sun, Jul 06, 2014 at 10:42:25PM +0200, Truls Becken wrote: > - openlog(argv[0], LOG_CONS | LOG_PID, LOG_DAEMON); > + openlog(argv[0], LOG_CONS | LOG_PID, LOG_CRON); Good catch! Applied.

[dev] [PATCH] [scron] Log to designated syslog facility

2014-07-06 Thread Truls Becken
--- 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], L