2006-06-23 08:53:28 +02:00
|
|
|
config BR2_PACKAGE_LSOF
|
|
|
|
bool "lsof"
|
2010-05-26 13:33:06 +02:00
|
|
|
depends on BR2_INET_RPC
|
2006-06-23 08:53:28 +02:00
|
|
|
help
|
2007-07-29 01:02:26 +02:00
|
|
|
lsof (LiSt Open Files)
|
2008-08-04 21:07:05 +02:00
|
|
|
The lsof tool lists information about files opened by
|
2007-07-29 01:02:26 +02:00
|
|
|
processes.
|
2006-06-23 08:53:28 +02:00
|
|
|
|
|
|
|
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
|
2010-05-26 13:33:06 +02:00
|
|
|
|
|
|
|
comment "lsof requires a toolchain with RPC support"
|
|
|
|
depends on !BR2_INET_RPC
|