summaryrefslogtreecommitdiffstats
path: root/package/lsof/Config.in
diff options
context:
space:
mode:
authorEric Andersen2006-06-23 08:53:28 +0200
committerEric Andersen2006-06-23 08:53:28 +0200
commitf2a4704040f9268c02e46686f2ada8730b4b49cc (patch)
treecfa9a57952a304c721d522d4a4ff677c27086b3b /package/lsof/Config.in
parentpatch from John Gatewood Ham, add hdparm (diff)
downloadbuildroot-f2a4704040f9268c02e46686f2ada8730b4b49cc.tar.gz
buildroot-f2a4704040f9268c02e46686f2ada8730b4b49cc.tar.xz
buildroot-f2a4704040f9268c02e46686f2ada8730b4b49cc.zip
patch from John Gatewood Ham, add lsof
Diffstat (limited to 'package/lsof/Config.in')
-rw-r--r--package/lsof/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/lsof/Config.in b/package/lsof/Config.in
new file mode 100644
index 000000000..e158951cc
--- /dev/null
+++ b/package/lsof/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LSOF
+ bool "lsof"
+ default n
+ help
+ lsof (LiSt Open Files)
+ The lsof tool lists information about files opened by
+ processes.
+
+ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/