# HG changeset patch # User Hans-G?nter Theisgen # Date 1648617771 -3600 # Node ID 3c68bcd9c4a44440e14680066d69a7e0e04de48c # Parent 7fb34513be293a5349989f51f649b83416d59106 updated lsof (4.93.2 -> 4.94.0) diff -r 7fb34513be29 -r 3c68bcd9c4a4 lsof/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lsof/description.txt Wed Mar 30 06:22:51 2022 +0100 @@ -0,0 +1,7 @@ +lsof is a command listing open files. +Open files in the system include disk files, named pipes, network sockets +and devices opened by all processes. +One use for this command is when a disk cannot be unmounted because +(unspecified) files are in use. +The listing of open files can be consulted (suitably filtered if necessary) +to identify the process that is using the files. diff -r 7fb34513be29 -r 3c68bcd9c4a4 lsof/receipt --- a/lsof/receipt Wed Mar 30 06:14:20 2022 +0100 +++ b/lsof/receipt Wed Mar 30 06:22:51 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lsof" -VERSION="4.93.2" +VERSION="4.94.0" CATEGORY="system-tools" SHORT_DESC="List open files." MAINTAINER="pascal.bellard@slitaz.org" @@ -26,7 +26,7 @@ # cd ${PACKAGE}_${VERSION}_src yes '' | ./Configure linux && - make + make } # Rules to gen a SliTaz package suitable for Tazpkg.