From: jow Date: Tue, 6 Jan 2009 21:53:45 +0000 (+0000) Subject: package/base-files: fix chmod of /tmp/.uci, bump package revision X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=15f9be10118e488ce12a590157ff6f619cd26d54;hp=de5423c8f5e1cd673ae8ac3d27cd5112230c1236;p=openwrt-10.03%2F.git 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 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 2a8ad7050..50387ab1f 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=13 +PKG_RELEASE:=14 PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 49562b78d..f9f6c2d9e 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