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

 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