mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
busybox: cosmetics: silence crond startup logging
This commit is contained in:
parent
8196ca142f
commit
923b124f39
@ -0,0 +1,24 @@
|
|||||||
|
From 5f4085ddb16c206b1dc36d481c2aa6684ba392ee Mon Sep 17 00:00:00 2001
|
||||||
|
From: Stefan Saraev <stefan@saraev.ca>
|
||||||
|
Date: Thu, 18 Jul 2013 19:26:21 +0300
|
||||||
|
Subject: [PATCH] silence crond startup logging
|
||||||
|
|
||||||
|
---
|
||||||
|
miscutils/crond.c | 1 -
|
||||||
|
1 files changed, 0 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/miscutils/crond.c b/miscutils/crond.c
|
||||||
|
index 582dc99..71514e3 100644
|
||||||
|
--- a/miscutils/crond.c
|
||||||
|
+++ b/miscutils/crond.c
|
||||||
|
@@ -883,7 +883,6 @@ int crond_main(int argc UNUSED_PARAM, char **argv)
|
||||||
|
xchdir(G.crontab_dir_name);
|
||||||
|
//signal(SIGHUP, SIG_IGN); /* ? original crond dies on HUP... */
|
||||||
|
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(CONFIG_PID_FILE_PATH "/crond.pid");
|
||||||
|
|
||||||
|
--
|
||||||
|
1.7.2.5
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user