summaryrefslogtreecommitdiffstats
path: root/abs/core/dcron/__changelog
blob: e6464b615213635eb41cb45735ececc7168608df (plain)
1
2
3
4
5
6
7
8
Added an every ten minutes dir + job

 grep -q cron.tenminutes /var/spool/cron/root
  if [ $? = 1 ]
  then
          echo "*/10 * * * *  /usr/sbin/run-cron /etc/cron.tenminutes" >> /var/spool/cron/root
  fi