projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
756c955
)
base-files: Create /run and /run/lock folder
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 14 Nov 2024 20:47:47 +0000
(21:47 +0100)
committer
Petr Štetiar
<ynezz@true.cz>
Thu, 28 Nov 2024 18:47:21 +0000
(18:47 +0000)
Create the folder /run and /run/lock using symlinks. Other Linux
distributions also have these folders and some applications might already
depend on them. Just create symlinks pointing to the older folder.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Link:
https://github.com/openwrt/openwrt/pull/16961
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit
3b710375dd97af1e0416904c4174d11c51e3f09c
)
Link:
https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/base-files/files/etc/init.d/boot
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/boot
b/package/base-files/files/etc/init.d/boot
index c7d1d4af3ad375aff14e08156cde119ce3a8a815..332a5c96f35c95622e8c2191a7d47bc076bb79ca 100755
(executable)
--- a/
package/base-files/files/etc/init.d/boot
+++ b/
package/base-files/files/etc/init.d/boot
@@
-24,6
+24,8
@@
boot() {
chmod 1777 /var/lock
mkdir -p /var/log
mkdir -p /var/run
+ ln -s /var/run /run
+ ln -s /var/lock /run/lock
mkdir -p /var/state
mkdir -p /var/tmp
mkdir -p /tmp/.uci