diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:44:50 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:44:50 +0200 |
commit | 2257e4c2a3b0e675ded6b08f05a515b6e6a889de (patch) | |
tree | 9f229a0eaa4d3b2a73921e28b8b3649f8cd7f20d /base/lsof | |
parent | eb80f34b256d44c41b05dc2a967fd456a3e96a2f (diff) | |
download | nutyx-pakxe-2257e4c2a3b0e675ded6b08f05a515b6e6a889de.tar.gz nutyx-pakxe-2257e4c2a3b0e675ded6b08f05a515b6e6a889de.tar.bz2 nutyx-pakxe-2257e4c2a3b0e675ded6b08f05a515b6e6a889de.tar.xz nutyx-pakxe-2257e4c2a3b0e675ded6b08f05a515b6e6a889de.zip |
lsof dans extra
Diffstat (limited to 'base/lsof')
-rw-r--r-- | base/lsof/.footprint.i686 | 7 | ||||
-rw-r--r-- | base/lsof/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | base/lsof/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/lsof/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/lsof/Pkgfile | 24 |
5 files changed, 0 insertions, 40 deletions
diff --git a/base/lsof/.footprint.i686 b/base/lsof/.footprint.i686 deleted file mode 100644 index 0cf4e796e..000000000 --- a/base/lsof/.footprint.i686 +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/lsof -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/lsof.8.gz diff --git a/base/lsof/.footprint.x86_64 b/base/lsof/.footprint.x86_64 deleted file mode 100644 index 0cf4e796e..000000000 --- a/base/lsof/.footprint.x86_64 +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/lsof -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/lsof.8.gz diff --git a/base/lsof/.md5sum.i686 b/base/lsof/.md5sum.i686 deleted file mode 100644 index 805f46d29..000000000 --- a/base/lsof/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -a09326df500ef7e4550af546868338d6 lsof_4.84.tar.bz2 diff --git a/base/lsof/.md5sum.x86_64 b/base/lsof/.md5sum.x86_64 deleted file mode 100644 index 805f46d29..000000000 --- a/base/lsof/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -a09326df500ef7e4550af546868338d6 lsof_4.84.tar.bz2 diff --git a/base/lsof/Pkgfile b/base/lsof/Pkgfile deleted file mode 100644 index 6d18df433..000000000 --- a/base/lsof/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Liste les fichiers ouverts sous un process Unix -# URL: http://people.freebsd.org/~abe/ -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: -# Run on: - -name=lsof -version=4.84 -release=1 -source=(ftp://sunsite.ualberta.ca/pub/Mirror/lsof/${name}_${version}.tar.bz2) - -build() { - cd ${name}_${version} - tar xf ${name}_${version}_src.tar - cd ${name}_${version}_src - sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' dialects/linux/machine.h - - ./Configure -n linux - make - install -Dm0755 -o root -g root lsof $PKG/usr/sbin/lsof - install -Dm0644 -o root -g root lsof.8 $PKG/usr/share/man/man8/lsof.8 -} - |