buildroot/package/lsof/Config.in

13 lines
297 B
Plaintext
Raw Normal View History

2006-06-23 08:53:28 +02:00
config BR2_PACKAGE_LSOF
bool "lsof"
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)
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/
comment "lsof requires a toolchain with RPC support"
depends on !BR2_INET_RPC