Package: lsof / 4.86+dfsg-1

Metadata

Package Version Patches format
lsof 4.86+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
manpage | (download)

lsof.8 | 112 56 + 56 - 0 !
1 file changed, 56 insertions(+), 56 deletions(-)

 fix manpage errors
   a lot of minus sign occurences in the lsof man page are missing the
   '\' escape sign and would therefore be interpreted as hyphens. This patch
   adds the escape signs where appropriate.
examples | (download)

scripts/00README | 4 2 + 2 - 0 !
scripts/big_brother.perl5 | 2 1 + 1 - 0 !
scripts/count_pf.perl | 2 1 + 1 - 0 !
scripts/count_pf.perl5 | 2 1 + 1 - 0 !
scripts/identd.perl5 | 4 2 + 2 - 0 !
scripts/idrlogin.perl | 2 1 + 1 - 0 !
scripts/idrlogin.perl5 | 2 1 + 1 - 0 !
scripts/list_NULf.perl5 | 2 1 + 1 - 0 !
scripts/list_fields.perl | 2 1 + 1 - 0 !
scripts/shared.perl5 | 2 1 + 1 - 0 !
scripts/watch_a_file.perl | 2 1 + 1 - 0 !
11 files changed, 13 insertions(+), 13 deletions(-)

 set correct path to perl interpreter in examples
 The supplied expample scipts assume that perl is installed
 in /usr/local/bin which is not the case in Debian.
 This patch changes the path to /usr/bin/perl in all supplied
 example scripts and corrects a comment in scripts/identd.perl5.
tests | (download)

tests/Makefile | 16 9 + 7 - 0 !
1 file changed, 9 insertions(+), 7 deletions(-)

 test integration
 We always want to run the tests even if our platform is not 
 in the database of validated platforms. And the NFS based
 test has no chance of success in a bare Debian machine.