From e8d2ba2684da17b02fa075d1b5f62cdf842cfc12 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 11 Dec 2015 15:06:31 +0000 Subject: base-file: remove /tmp/.jail (now useless) Signed-off-by: Etienne CHAMPETIER git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47855 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/init.d/boot | 1 - 1 file changed, 1 deletion(-) (limited to 'package/base-files/files/etc') diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index b4e6171736..ccd0afe30d 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -29,7 +29,6 @@ boot() { mkdir -p /var/tmp mkdir -p /tmp/.uci chmod 0700 /tmp/.uci - mkdir -p /tmp/.jail touch /var/log/wtmp touch /var/log/lastlog touch /tmp/resolv.conf.auto -- cgit v1.2.3