Przeglądaj źródła

base-files: create /var/tmp on boot

FHS mandates presence of /var/tmp on compliant systems.

The lack of /var/tmp was discovered when using MIT Kerberos libraries
which default to that location for storing credentials cache.

Signed-off-by: Paul Fertser <[email protected]>

SVN-Revision: 47219
John Crispin 10 lat temu
rodzic
commit
1c74d046ed
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      package/base-files/files/etc/init.d/boot

+ 1 - 0
package/base-files/files/etc/init.d/boot

@@ -26,6 +26,7 @@ boot() {
 	mkdir -p /var/log
 	mkdir -p /var/lock
 	mkdir -p /var/state
+	mkdir -p /var/tmp
 	mkdir -p /tmp/.uci
 	chmod 0700 /tmp/.uci
 	mkdir -p /tmp/.jail