瀏覽代碼

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 年之前
父節點
當前提交
1c74d046ed
共有 1 個文件被更改,包括 1 次插入0 次删除
  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