cvs commit: src/usr.sbin/cron/crontab crontab.c

Diomidis Spinellis dds at FreeBSD.org
Mon Sep 13 11:39:04 PDT 2004


dds         2004-09-13 18:39:04 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/cron/crontab crontab.c 
  Log:
  Fix for the following behavior:
  $ crontab -e
  [Add an entry with an error in the crontab file.]
  crontab: errors in crontab file, can't install
  Do you want to retry the same edit? yes
  [Exit the editor without any changes.]
  crontab: no changes made to crontab
  [Entry is lost.]
  
  Now crontab will loop until the error is fixed, or the
  user answers no.
  
  Revision  Changes    Path
  1.20      +6 -4      src/usr.sbin/cron/crontab/crontab.c


More information about the cvs-src mailing list