aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-03-26 10:02:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-03-26 10:02:58 +0000
commit6bddf226d3ba4180bcd7e2be7b0a40e91c5482ca (patch)
tree5ec54cd6789cce54dc9f714543b01944bdec57b0 /package/base-files
parent7aace3ee3e569c923170815beb430e2f8384e323 (diff)
downloadupstream-6bddf226d3ba4180bcd7e2be7b0a40e91c5482ca.tar.gz
upstream-6bddf226d3ba4180bcd7e2be7b0a40e91c5482ca.tar.bz2
upstream-6bddf226d3ba4180bcd7e2be7b0a40e91c5482ca.zip
base-files: move sysctl init after boot
SVN-Revision: 36131
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/files/etc/init.d/sysctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/sysctl b/package/base-files/files/etc/init.d/sysctl
index 81b0c9ba14..3480d66410 100755
--- a/package/base-files/files/etc/init.d/sysctl
+++ b/package/base-files/files/etc/init.d/sysctl
@@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
-START=00
+START=11
start() {
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
}