看板 DFBSD_commit 關於我們 聯絡資訊
commit 2708aea474cff0629c2a480bb4bf148ad878ac47 Author: Sascha Wildner <saw@online.de> Date: Thu Aug 6 00:05:23 2009 +0200 Remove some devices.conf(5) and MAKEDEV(8) related stuff. devices.conf(5) functionality will likely be replaced by running devfsctl on startup. Summary of changes: Makefile_upgrade.inc | 4 + etc/Makefile | 2 +- etc/devices.conf | 18 ----- share/examples/etc/README.examples | 1 - share/man/man5/Makefile | 1 - share/man/man5/devices.conf.5 | 124 -------------------------------- share/man/man8/man8.i386/MAKEDEV.8 | 138 ------------------------------------ share/man/man8/man8.i386/Makefile | 1 - 8 files changed, 5 insertions(+), 284 deletions(-) delete mode 100644 etc/devices.conf delete mode 100644 share/man/man5/devices.conf.5 delete mode 100644 share/man/man8/man8.i386/MAKEDEV.8 http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2708aea474cff0629c2a480bb4bf148ad878ac47 -- DragonFly BSD source repository