summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-12-09 11:30:14 +0000
committerLuka Perkov <luka@openwrt.org>2013-12-09 11:30:14 +0000
commit3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122 (patch)
tree30f8751c74750a210d9321522993e8fa17ffcd1c /package/base-files/files/etc
parent18dd10190370853c3efc10b33711313a3ecb9a09 (diff)
downloadmaster-31e0f0ae-3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122.tar.gz
master-31e0f0ae-3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122.tar.bz2
master-31e0f0ae-3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122.zip
base-files: fix whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39006
Diffstat (limited to 'package/base-files/files/etc')
-rw-r--r--package/base-files/files/etc/config/network2
-rwxr-xr-xpackage/base-files/files/etc/init.d/sysctl2
-rwxr-xr-xpackage/base-files/files/etc/init.d/umount2
-rwxr-xr-xpackage/base-files/files/etc/preinit3
-rw-r--r--package/base-files/files/etc/uci-defaults/11_migrate-sysctl1
5 files changed, 4 insertions, 6 deletions
diff --git a/package/base-files/files/etc/config/network b/package/base-files/files/etc/config/network
index 87b124aa3b..3c9c30a59f 100644
--- a/package/base-files/files/etc/config/network
+++ b/package/base-files/files/etc/config/network
@@ -15,7 +15,7 @@ config interface lan
option ip6assign 60
config interface wan6
- option ifname @wan
+ option ifname @wan
option proto dhcpv6
config globals globals
diff --git a/package/base-files/files/etc/init.d/sysctl b/package/base-files/files/etc/init.d/sysctl
index 3480d66410..36e29eabcb 100755
--- a/package/base-files/files/etc/init.d/sysctl
+++ b/package/base-files/files/etc/init.d/sysctl
@@ -1,5 +1,5 @@
#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006 OpenWrt.org
START=11
start() {
diff --git a/package/base-files/files/etc/init.d/umount b/package/base-files/files/etc/init.d/umount
index 5a750b93c6..13ac61a812 100755
--- a/package/base-files/files/etc/init.d/umount
+++ b/package/base-files/files/etc/init.d/umount
@@ -1,5 +1,5 @@
#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006 OpenWrt.org
STOP=99
stop() {
diff --git a/package/base-files/files/etc/preinit b/package/base-files/files/etc/preinit
index ff26f96d68..3fa0d62046 100755
--- a/package/base-files/files/etc/preinit
+++ b/package/base-files/files/etc/preinit
@@ -32,7 +32,7 @@ boot_hook_init initramfs
boot_hook_init preinit_mount_root
for pi_source_file in /lib/preinit/*; do
- . $pi_source_file
+ . $pi_source_file
done
boot_run_hook preinit_essential
@@ -42,4 +42,3 @@ pi_jffs2_mount_success=false
pi_failsafe_net_message=false
boot_run_hook preinit_main
-
diff --git a/package/base-files/files/etc/uci-defaults/11_migrate-sysctl b/package/base-files/files/etc/uci-defaults/11_migrate-sysctl
index b3796a4d2d..464e275779 100644
--- a/package/base-files/files/etc/uci-defaults/11_migrate-sysctl
+++ b/package/base-files/files/etc/uci-defaults/11_migrate-sysctl
@@ -14,4 +14,3 @@ if [ "$fingerprint" = "1b05ebb41f72cb84e5510573cd4aca26" ] || \
fi
exit 0
-