From 31e6cb81892273d3163882c61be9162384657342 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 1 Feb 2011 00:58:07 +0100 Subject: [PATCH] busybox: remove now unneeded applet 'crond' Signed-off-by: Stephan Raue --- packages/sysutils/busybox/config/busybox.conf | 10 +++---- packages/sysutils/busybox/init.d/09_crond | 29 ------------------- 2 files changed, 5 insertions(+), 34 deletions(-) delete mode 100644 packages/sysutils/busybox/init.d/09_crond diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index e6302c54ff..aa6ee5e03a 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Busybox version: 1.18.1 -# Sat Jan 15 17:33:54 2011 +# Busybox version: 1.18.2 +# Tue Feb 1 00:10:08 2011 # CONFIG_HAVE_DOT_CONFIG=y @@ -629,10 +629,10 @@ CONFIG_FEATURE_BEEP_LENGTH_MS=0 # CONFIG_FEATURE_CHAT_VAR_ABORT_LEN is not set # CONFIG_FEATURE_CHAT_CLR_ABORT is not set # CONFIG_CHRT is not set -CONFIG_CROND=y -CONFIG_FEATURE_CROND_D=y +# CONFIG_CROND is not set +# CONFIG_FEATURE_CROND_D is not set # CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set -CONFIG_FEATURE_CROND_DIR="/var/spool/cron" +CONFIG_FEATURE_CROND_DIR="" # CONFIG_CRONTAB is not set # CONFIG_DC is not set # CONFIG_FEATURE_DC_LIBM is not set diff --git a/packages/sysutils/busybox/init.d/09_crond b/packages/sysutils/busybox/init.d/09_crond deleted file mode 100644 index fb112e76dc..0000000000 --- a/packages/sysutils/busybox/init.d/09_crond +++ /dev/null @@ -1,29 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -# -# start cron daemon -# -# runlevels: openelec, textmode - -( - progress "Starting cron daemon" - crond -bS -c /etc/crontabs -)&