summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-13 11:35:29 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-13 11:37:43 (EST)
commitcb515640b7da5d6120b8045af7d48763850ea1a1 (patch)
treee157b737d8fbaf03a5e0541ab1c16ecf8a91b633
parent9b96363ee80de5cc5b175886a69257f45662938b (diff)
klogd, syslogd: Start earlier and stop later
-rw-r--r--changelog2
-rwxr-xr-xsrc.etc/init.d/klogd4
-rwxr-xr-xsrc.etc/init.d/syslogd4
-rwxr-xr-xsrc.etc/init.d/syslogd-ipc4
4 files changed, 8 insertions, 6 deletions
diff --git a/changelog b/changelog
index 3d65e21..6e8832b 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,8 @@
busybox (1.32.0-4) trunk
* Normalize log messages in service initialization scripts.
+ * Make klogd and syslogd start earlier and stop later, to catch more
+ kernel messages.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 13 Dec 2020 11:19:10 -0500
diff --git a/src.etc/init.d/klogd b/src.etc/init.d/klogd
index 93fbeee..8a12c85 100755
--- a/src.etc/init.d/klogd
+++ b/src.etc/init.d/klogd
@@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
-START='40'
-STOP='70'
+START='10'
+STOP='90'
start()
{
diff --git a/src.etc/init.d/syslogd b/src.etc/init.d/syslogd
index a480c3b..37e6b94 100755
--- a/src.etc/init.d/syslogd
+++ b/src.etc/init.d/syslogd
@@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
-START='40'
-STOP='70'
+START='10'
+STOP='90'
start()
{
diff --git a/src.etc/init.d/syslogd-ipc b/src.etc/init.d/syslogd-ipc
index 40506e7..9b88d7e 100755
--- a/src.etc/init.d/syslogd-ipc
+++ b/src.etc/init.d/syslogd-ipc
@@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
-START='40'
-STOP='70'
+START='10'
+STOP='90'
start()
{