aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/boot
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-01-06 21:53:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-01-06 21:53:45 +0000
commit341c1dbdf5107b6cd5f357d8d991a573d7f54d9e (patch)
tree9c5d52f3767cf2f323b644a8865ab479a5c22994 /package/base-files/files/etc/init.d/boot
parent37e9d4cb8691d0fd9c98915da0eb3aaf7a31216b (diff)
downloadupstream-341c1dbdf5107b6cd5f357d8d991a573d7f54d9e.tar.gz
upstream-341c1dbdf5107b6cd5f357d8d991a573d7f54d9e.tar.bz2
upstream-341c1dbdf5107b6cd5f357d8d991a573d7f54d9e.zip
package/base-files: fix chmod of /tmp/.uci, bump package revision
SVN-Revision: 13903
Diffstat (limited to 'package/base-files/files/etc/init.d/boot')
-rwxr-xr-xpackage/base-files/files/etc/init.d/boot2
1 files changed, 1 insertions, 1 deletions
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