From owner-cvs-usrsbin Tue Apr 9 13:28:37 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10348 for cvs-usrsbin-outgoing; Tue, 9 Apr 1996 13:28:37 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10327 Tue, 9 Apr 1996 13:28:23 -0700 (PDT) Date: Tue, 9 Apr 1996 13:28:23 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199604092028.NAA10327@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cron/crontab crontab.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/04/09 13:28:21 Modified: usr.sbin/cron/crontab crontab.c Log: Quick patch to fix a bug where issuing ctl-c while in crontab -e leaves editor running in background (PR: bin/751) Submitted by: candy@fct.kgc.co.jp (Toshihiro Kanda) Revision Changes Path 1.4 +11 -3 src/usr.sbin/cron/crontab/crontab.c