svn commit: r186337 - head/usr.sbin/burncd
Carlos A. M. dos Santos
unixmania at gmail.com
Sun Dec 21 12:15:24 UTC 2008
On Fri, Dec 19, 2008 at 6:20 PM, David E. O'Brien <obrien at freebsd.org> wrote:
> Author: obrien
> Date: Fri Dec 19 20:20:14 2008
> New Revision: 186337
> URL: http://svn.freebsd.org/changeset/base/186337
>
> Log:
> burncd(8) doesn't handle signals and interrupting burncd during operation.
> For example, ^C (SIGINT) may leave the drive spinning and locked.
> This may also happen if you try to write a too-large image to a disc
> and burncd(8) exits with an I/O error.
>
> Add signal handling by doing a CDRIOCFLUSH ioctl to attempt to leave
> burner in a sane state when burning is interrupted with SIGHUP, SIGINT,
> SIGTERM, or in case an I/O error occurs during write.
> Note, that blanking will still continue after interrupt but it seems to
> finish correctly even after burncd(8) has quit.
>
> Also, while I'm here bump WARNS to "6".
>
> PR: 48730
> Submitted by: Jaakko Heinonen <jh at saunalahti.fi>
While you are here, would you mind taking a look at bin/123693, either
committing the proposed patch or closing the PR if my proposition is
not acceptable?
Thanks in advance.
--
cd /usr/ports/sysutils/life
make clean
More information about the svn-src-head
mailing list