aboutsummaryrefslogtreecommitdiffstats
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
commitd723a38780ea983a8b8a0a6c834ad9d5312e43eb (patch)
treee1b8d817ec4469a466191b46fd471c5983a4ac79 /package/base-files/files/etc
parent8392c54e2eac4f3181ebfe0d4197d21236e9aae8 (diff)
downloadupstream-d723a38780ea983a8b8a0a6c834ad9d5312e43eb.tar.gz
upstream-d723a38780ea983a8b8a0a6c834ad9d5312e43eb.tar.bz2
upstream-d723a38780ea983a8b8a0a6c834ad9d5312e43eb.zip
[package] base-files: fix whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39006 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
-