wok-current rev 24864
updated lsof (4.93.2 -> 4.94.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 30 06:22:51 2022 +0100 (2022-03-30) |
parents | 7fb34513be29 |
children | 6b8d990facac |
files | lsof/description.txt lsof/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lsof/description.txt Wed Mar 30 06:22:51 2022 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +lsof is a command listing open files. 1.5 +Open files in the system include disk files, named pipes, network sockets 1.6 +and devices opened by all processes. 1.7 +One use for this command is when a disk cannot be unmounted because 1.8 +(unspecified) files are in use. 1.9 +The listing of open files can be consulted (suitably filtered if necessary) 1.10 +to identify the process that is using the files.
2.1 --- a/lsof/receipt Wed Mar 30 06:14:20 2022 +0100 2.2 +++ b/lsof/receipt Wed Mar 30 06:22:51 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="lsof" 2.7 -VERSION="4.93.2" 2.8 +VERSION="4.94.0" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="List open files." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -26,7 +26,7 @@ 2.13 # cd ${PACKAGE}_${VERSION}_src 2.14 2.15 yes '' | ./Configure linux && 2.16 - make 2.17 + make 2.18 } 2.19 2.20 # Rules to gen a SliTaz package suitable for Tazpkg.