From 59e5f4a5de1506a6aba3c0dbce4ea81cb2f79750 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 10 Oct 2016 17:11:38 +0200 Subject: rc.M: remove long-time dead code The lines used to launch crond and atd have been commented out for something like the last 10 years, remove them now! --- sbin/rc.M | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sbin/rc.M b/sbin/rc.M index 179d780..a263ca7 100755 --- a/sbin/rc.M +++ b/sbin/rc.M @@ -33,18 +33,6 @@ function start { # Running multiuser part echo "Starting Multi-user (`date`)" | tee -a $LOG -# Cron should be moved to a proper service script - -# Starting 'crond' if exist -#if [ -x /usr/sbin/crond ] ; then -# if [ ! -d /var/spool/cron/crontabs ] ; then mkdir -p /var/spool/cron/crontabs ; fi -# crond -#fi - -# Starting 'atd' if exist -#if [ -x /usr/sbin/atd ] ; then -# atd -#fi # Sourcing base configuration if [ -x /etc/startup.rc ] ; then -- 1.7.12.1