看板 DFBSD_commit 關於我們 聯絡資訊
commit abb53ee213f3b1c132e1a41da0243485779f5329 Author: Simon Schubert <corecode@dragonflybsd.org> Date: Tue Sep 8 11:40:17 2009 +0200 add tools/chkmoddeps chkmoddeps is a tool to check for unsatisfied module dependencies. invoke with pathnames to be searched for kernel and modules. Summary of changes: tools/tools/chkmoddeps/chkdeps.rb | 80 +++++++++++++++++++++++++++++++++++ tools/tools/chkmoddeps/pmoddeps.gdb | 27 ++++++++++++ 2 files changed, 107 insertions(+), 0 deletions(-) create mode 100755 tools/tools/chkmoddeps/chkdeps.rb create mode 100755 tools/tools/chkmoddeps/pmoddeps.gdb http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/abb53ee213f3b1c132e1a41da0243485779f5329 -- DragonFly BSD source repository