Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 2004 18:39:04 +0000 (UTC)
From:      Diomidis Spinellis <dds@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/cron/crontab crontab.c
Message-ID:  <200409131839.i8DId4TK080102@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409131839.i8DId4TK080102>