看板 DFBSD_commit 關於我們 聯絡資訊
commit 4efe7afba0805dbbcb59524efb839339a65b0b04 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Jul 10 14:09:13 2009 -0700 Add /sbin/getdevpath utility - userland convenience utility for getdevpath(3). Summary of changes: sbin/Makefile | 1 + sbin/getdevpath/Makefile | 7 +++ sbin/getdevpath/getdevpath.8 | 86 +++++++++++++++++++++++++++++++++++++ sbin/getdevpath/getdevpath.c | 96 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 190 insertions(+), 0 deletions(-) create mode 100644 sbin/getdevpath/Makefile create mode 100644 sbin/getdevpath/getdevpath.8 create mode 100644 sbin/getdevpath/getdevpath.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4efe7afba0805dbbcb59524efb839339a65b0b04 -- DragonFly BSD source repository