From b973af6fac83d8c551cd8c94af847ca2ebb468dc Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 6 Jan 2009 21:56:22 +0000 Subject: [PATCH] Merge r13903 to 8.09 SVN-Revision: 13904 --- package/base-files/Makefile | 2 +- package/base-files/files/etc/init.d/boot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 4f8569ec27..2b50027a10 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 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 -- 2.30.2