From 3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Mon, 9 Dec 2013 11:30:14 +0000 Subject: base-files: fix whitespaces Signed-off-by: Luka Perkov SVN-Revision: 39006 --- package/base-files/files/etc/init.d/sysctl | 2 +- package/base-files/files/etc/init.d/umount | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package/base-files/files/etc/init.d') 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() { -- cgit v1.2.3