package/base-files: fix chmod of /tmp/.uci, bump package revision
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Jan 2009 21:53:45 +0000 (21:53 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Jan 2009 21:53:45 +0000 (21:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13903 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/Makefile
package/base-files/files/etc/init.d/boot

index 2a8ad7050e609997a20c7b18d521486e9de75a6f..50387ab1f80ac399a41a216838f7118c6b707568 100644 (file)
@@ -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/
 
index 49562b78d0ce22c5ece13763ac637874daed49b2..f9f6c2d9e6335b12be4007a512960c82979e3c7d 100755 (executable)
@@ -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