busybox: add exec 2>&1 to *.run

This commit is contained in:
git-bruh 2022-10-03 18:28:07 +05:30
parent 7e840bb8c4
commit 5d2b742d23
No known key found for this signature in database
7 changed files with 11 additions and 11 deletions

View File

@ -11,9 +11,9 @@ d70c4cd6381baeb3836c0387f53553021b48bdc851de49f1c86d836f7d0355fc
b030d6ac2b3284cf3cc0a2eec886d26b7e09ea59feb460a6a09165da62a582b4
aadcc2f33b0de1055274ac963b45f54e8ee155bc1eacd600a993c7c8fa17c234
2233c60d8d39fc5df845555482bc697472871ad28f249d621696a0310de30f18
ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e
814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12
4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a
f857fea99533df7b780c911bae19b0029a70ee1c8d36b49e7782604fb9cf25f8
e7db036d8e43bb2511df087342708f5fb51d28a7dff9008a1cf440390870a972
ec572997c5b168461a6ef83dc85c24098d0bc6f2449aee698a52de4118fb7cfb
dbabbddee6b538628f178dce494bf7a74a8e35140e7ab6226d4f6982057368e7
8cc218a95ecd8c639b43c16fa5655764badd0b90f48b4f37bd86f8307ea272ee
4adbbf092ad6448e74446936f3069f6390078aaee9b190440d2fa74d4343a198
f99702d27e495e367b941468fe5e314f4c4ac1bbb2c6159c371228dcea2fe4b3
79d3959cff4858f7ff3f486f8a5c5eb09031366f1a708c74aacfa427a59359f7

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec acpid -f
exec acpid -f 2>&1

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec crond -f
exec crond -f 2>&1

View File

@ -5,4 +5,4 @@
printf '\n' 2>/dev/null \
> /proc/sys/kernel/hotplug
exec mdev -df
exec mdev -df 2>&1

View File

@ -1,3 +1,3 @@
#!/bin/sh
exec ntpd -n
exec ntpd -n 2>&1

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec syslogd -n
exec syslogd -n 2>&1

View File

@ -1 +1 @@
1.35.0 5
1.35.0 6