From 5d2b742d231fb4afa9655e50f4a582d8ac8ed342 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Mon, 3 Oct 2022 18:28:07 +0530 Subject: [PATCH] busybox: add exec 2>&1 to *.run --- core/busybox/checksums | 10 +++++----- core/busybox/files/acpid.run | 2 +- core/busybox/files/crond.run | 2 +- core/busybox/files/mdev.run | 2 +- core/busybox/files/ntpd.run | 2 +- core/busybox/files/syslogd.run | 2 +- core/busybox/version | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/core/busybox/checksums b/core/busybox/checksums index 4cbb2eba..b21e87c9 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -11,9 +11,9 @@ d70c4cd6381baeb3836c0387f53553021b48bdc851de49f1c86d836f7d0355fc b030d6ac2b3284cf3cc0a2eec886d26b7e09ea59feb460a6a09165da62a582b4 aadcc2f33b0de1055274ac963b45f54e8ee155bc1eacd600a993c7c8fa17c234 2233c60d8d39fc5df845555482bc697472871ad28f249d621696a0310de30f18 -ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e -814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 -4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a -f857fea99533df7b780c911bae19b0029a70ee1c8d36b49e7782604fb9cf25f8 -e7db036d8e43bb2511df087342708f5fb51d28a7dff9008a1cf440390870a972 +ec572997c5b168461a6ef83dc85c24098d0bc6f2449aee698a52de4118fb7cfb +dbabbddee6b538628f178dce494bf7a74a8e35140e7ab6226d4f6982057368e7 +8cc218a95ecd8c639b43c16fa5655764badd0b90f48b4f37bd86f8307ea272ee +4adbbf092ad6448e74446936f3069f6390078aaee9b190440d2fa74d4343a198 +f99702d27e495e367b941468fe5e314f4c4ac1bbb2c6159c371228dcea2fe4b3 79d3959cff4858f7ff3f486f8a5c5eb09031366f1a708c74aacfa427a59359f7 diff --git a/core/busybox/files/acpid.run b/core/busybox/files/acpid.run index 5baf800e..355c405c 100755 --- a/core/busybox/files/acpid.run +++ b/core/busybox/files/acpid.run @@ -1,2 +1,2 @@ #!/bin/sh -exec acpid -f +exec acpid -f 2>&1 diff --git a/core/busybox/files/crond.run b/core/busybox/files/crond.run index 29647de7..33d1c529 100755 --- a/core/busybox/files/crond.run +++ b/core/busybox/files/crond.run @@ -1,2 +1,2 @@ #!/bin/sh -exec crond -f +exec crond -f 2>&1 diff --git a/core/busybox/files/mdev.run b/core/busybox/files/mdev.run index b7f5b449..0beb83a0 100755 --- a/core/busybox/files/mdev.run +++ b/core/busybox/files/mdev.run @@ -5,4 +5,4 @@ printf '\n' 2>/dev/null \ > /proc/sys/kernel/hotplug -exec mdev -df +exec mdev -df 2>&1 diff --git a/core/busybox/files/ntpd.run b/core/busybox/files/ntpd.run index b679f744..6f0f54a3 100755 --- a/core/busybox/files/ntpd.run +++ b/core/busybox/files/ntpd.run @@ -1,3 +1,3 @@ #!/bin/sh -exec ntpd -n +exec ntpd -n 2>&1 diff --git a/core/busybox/files/syslogd.run b/core/busybox/files/syslogd.run index cdcfeafe..c97bbbac 100755 --- a/core/busybox/files/syslogd.run +++ b/core/busybox/files/syslogd.run @@ -1,2 +1,2 @@ #!/bin/sh -exec syslogd -n +exec syslogd -n 2>&1 diff --git a/core/busybox/version b/core/busybox/version index 6088aaa4..6f6514ad 100644 --- a/core/busybox/version +++ b/core/busybox/version @@ -1 +1 @@ -1.35.0 5 +1.35.0 6