aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d
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/init.d
parent8392c54e2eac4f3181ebfe0d4197d21236e9aae8 (diff)
downloadmaster-187ad058-d723a38780ea983a8b8a0a6c834ad9d5312e43eb.tar.gz
master-187ad058-d723a38780ea983a8b8a0a6c834ad9d5312e43eb.tar.bz2
master-187ad058-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/init.d')
-rwxr-xr-xpackage/base-files/files/etc/init.d/sysctl2
-rwxr-xr-xpackage/base-files/files/etc/init.d/umount2
2 files changed, 2 insertions, 2 deletions
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() {