git: Revert "Remove the broken burncd(8)."
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Jan 8 04:51:24 PST 2011
commit 9d0b624075d46ed6169fca67f99eb0918f5b92a1
Author: Sascha Wildner <saw at online.de>
Date: Sat Jan 8 13:47:55 2011 +0100
Revert "Remove the broken burncd(8)."
This reverts commit fd6f482a63584f75b8a119c8815ad384815c990a.
A number of people disagreed with this commit, so I'm reverting
it.
The reason I removed burncd(8) was that it didn't work here at
all and that others (on IRC) had reported the same. So bring it
back for now so we can re-evaluate.
Summary of changes:
Makefile_upgrade.inc | 3 -
share/man/man4/ata.4 | 4 +-
share/man/man4/nata.4 | 2 +-
usr.sbin/Makefile | 1 +
usr.sbin/burncd/Makefile | 8 +
usr.sbin/burncd/burncd.8 | 187 +++++++++++++++
usr.sbin/burncd/burncd.c | 571 ++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 770 insertions(+), 6 deletions(-)
create mode 100644 usr.sbin/burncd/Makefile
create mode 100644 usr.sbin/burncd/burncd.8
create mode 100644 usr.sbin/burncd/burncd.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9d0b624075d46ed6169fca67f99eb0918f5b92a1
--
DragonFly BSD source repository
More information about the Commits
mailing list