summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-07 19:17:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-07 19:17:28 +0100
commit226c702c14a1d4751b6c08f0e874ca57a4f973d3 (patch)
treebd6a5ebfaaf3ae4f9e34a2bf4a1ececf8c8e56db /package/base-files
parent58d6bc99d97b270805628543e9907c7d0fe081d2 (diff)
do not log to stderr
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
-rwxr-xr-xpackage/base-files/src/etc/init.d/rcS2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 04cb298fa..56e30e431 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk
PKG_NAME:= base-files
PKG_VERSION:= 1.0
-PKG_RELEASE:= 26
+PKG_RELEASE:= 27
PKG_SECTION:= base
PKG_DESCR:= basic files and scripts
diff --git a/package/base-files/src/etc/init.d/rcS b/package/base-files/src/etc/init.d/rcS
index bf8d786f3..55c86729c 100755
--- a/package/base-files/src/etc/init.d/rcS
+++ b/package/base-files/src/etc/init.d/rcS
@@ -7,4 +7,4 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
sh ${line%%:*} autostart 2>&1
done
test -e /etc/init.d/boot.local && (/bin/sh /etc/init.d/boot.local) 2>&1
-} | logger -s -p 6 -t '' &
+} | logger -p 6 -t '' &