DragonFly-2.3.1.738.g4efe7 master sbin Makefile sbin/getdevpath Makefile getdevpath.8 getdevpath.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jul 10 14:11:58 PDT 2009
commit 4efe7afba0805dbbcb59524efb839339a65b0b04
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list