From 42e5c4f00e0171f3c02667669ad907922e039ee1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 6 Jan 2009 21:53:45 +0000 Subject: package/base-files: fix chmod of /tmp/.uci, bump package revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13903 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/init.d/boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/files/etc/init.d/boot') diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 49562b78d0..f9f6c2d9e6 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -42,7 +42,7 @@ start() { mkdir -p /var/lock mkdir -p /var/state mkdir -p /tmp/.uci - chown 0700 /tmp/.uci + chmod 0700 /tmp/.uci touch /var/log/wtmp touch /var/log/lastlog touch /tmp/resolv.conf.auto -- cgit v1.2.3