看板 DFBSD_commit 關於我們 聯絡資訊
commit 9d0b624075d46ed6169fca67f99eb0918f5b92a1 Author: Sascha Wildner <saw@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