git: Remove the mknod(8) utility.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Dec 19 19:11:06 PST 2012


commit a83f7ffd960ef95589b77e48387a3ea4447b96ea
Author: Sascha Wildner <saw at online.de>
Date:   Thu Dec 20 04:09:25 2012 +0100

    Remove the mknod(8) utility.
    
    Now that we have devfs(5), it's of no use anymore.

Summary of changes:
 Makefile_upgrade.inc    |    3 +
 sbin/Makefile           |    1 -
 sbin/mknod/Makefile     |    8 ---
 sbin/mknod/mknod.8      |  119 ------------------------------------
 sbin/mknod/mknod.c      |  156 -----------------------------------------------
 share/man/man5/devfs.5  |    5 --
 usr.bin/mkfifo/mkfifo.1 |    3 +-
 7 files changed, 4 insertions(+), 291 deletions(-)
 delete mode 100644 sbin/mknod/Makefile
 delete mode 100644 sbin/mknod/mknod.8
 delete mode 100644 sbin/mknod/mknod.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a83f7ffd960ef95589b77e48387a3ea4447b96ea


-- 
DragonFly BSD source repository



More information about the Commits mailing list