From ef5f83620738c07f4e67042c80578882418aaf0c Mon Sep 17 00:00:00 2001
From: Luka Perkov <luka@openwrt.org>
Date: Mon, 23 Sep 2013 21:58:36 +0000
Subject: fix various init scripts

Changes include:

* removing unused variables
* replacing spaces with tabs where appropriate
* more consistency with variable declarations

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38142
---
 package/utils/busybox/files/cron | 1 -
 1 file changed, 1 deletion(-)

(limited to 'package/utils/busybox/files/cron')

diff --git a/package/utils/busybox/files/cron b/package/utils/busybox/files/cron
index fa368098c2..5e6b4bf3fe 100755
--- a/package/utils/busybox/files/cron
+++ b/package/utils/busybox/files/cron
@@ -5,7 +5,6 @@ START=50
 
 USE_PROCD=1
 PROG=/usr/sbin/crond
-NAME=crond
 
 start_service () {
 	[ -z "$(ls /etc/crontabs/)" ] && return 1
-- 
cgit v1.2.3