summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--procps/.footprint45
-rw-r--r--procps/.md5sum2
-rw-r--r--procps/Pkgfile33
-rw-r--r--procps/sysctl.conf5
4 files changed, 0 insertions, 85 deletions
diff --git a/procps/.footprint b/procps/.footprint
deleted file mode 100644
index 0eb50e27b..000000000
--- a/procps/.footprint
+++ /dev/null
@@ -1,45 +0,0 @@
-drwxr-xr-x root/root bin/
--rwxr-xr-x root/root bin/ps
-drwxr-xr-x root/root etc/
--rw-r--r-- root/root etc/sysctl.conf
-drwxr-xr-x root/root lib/
--rwxr-xr-x root/root lib/libproc-3.2.6.so
-drwxr-xr-x root/root sbin/
--rwxr-xr-x root/root sbin/sysctl
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/free
--rwxr-xr-x root/root usr/bin/pgrep
-lrwxrwxrwx root/root usr/bin/pkill -> pgrep
--rwxr-xr-x root/root usr/bin/pmap
--rwxr-xr-x root/root usr/bin/pwdx
--rwxr-xr-x root/root usr/bin/skill
--rwxr-xr-x root/root usr/bin/slabtop
-lrwxrwxrwx root/root usr/bin/snice -> skill
--rwxr-xr-x root/root usr/bin/tload
--rwxr-xr-x root/root usr/bin/top
--rwxr-xr-x root/root usr/bin/uptime
--rwxr-xr-x root/root usr/bin/vmstat
--rwxr-xr-x root/root usr/bin/w
--rwxr-xr-x root/root usr/bin/watch
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/free.1.gz
--rw-r--r-- root/root usr/man/man1/pgrep.1.gz
--rw-r--r-- root/root usr/man/man1/pkill.1.gz
--rw-r--r-- root/root usr/man/man1/pmap.1.gz
--rw-r--r-- root/root usr/man/man1/ps.1.gz
--rw-r--r-- root/root usr/man/man1/pwdx.1.gz
--rw-r--r-- root/root usr/man/man1/skill.1.gz
--rw-r--r-- root/root usr/man/man1/slabtop.1.gz
--rw-r--r-- root/root usr/man/man1/snice.1.gz
--rw-r--r-- root/root usr/man/man1/tload.1.gz
--rw-r--r-- root/root usr/man/man1/top.1.gz
--rw-r--r-- root/root usr/man/man1/uptime.1.gz
--rw-r--r-- root/root usr/man/man1/w.1.gz
--rw-r--r-- root/root usr/man/man1/watch.1.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/sysctl.conf.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/sysctl.8.gz
--rw-r--r-- root/root usr/man/man8/vmstat.8.gz
diff --git a/procps/.md5sum b/procps/.md5sum
deleted file mode 100644
index 7961d0c61..000000000
--- a/procps/.md5sum
+++ /dev/null
@@ -1,2 +0,0 @@
-7ce39ea27d7b3da0e8ad74dd41d06783 procps-3.2.6.tar.gz
-9875c218e1b14bee8f9f5800403a8a24 sysctl.conf
diff --git a/procps/Pkgfile b/procps/Pkgfile
deleted file mode 100644
index ca1c478b0..000000000
--- a/procps/Pkgfile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Packages: Per Lidén <per@fukt.bth.se>
-# Maintainer: Han Boetes <han@mijncomputer.nl>
-# URL: http://procps.sf.net
-# Description: Utils for /proc filesystem
-# Depends:
-
-
-
-name=procps
-version=3.2.6
-release=1
-source="
- http://procps.sourceforge.net/$name-$version.tar.gz
- sysctl.conf
-"
-
-build() {
- cd $name-$version
- # pkgadd runs ldconfig
- sed -i 's|^ldconfig.*||' Makefile
- make
- make DESTDIR=$PKG \
- man1=$PKG/usr/man/man1/ \
- man5=$PKG/usr/man/man5/ \
- man8=$PKG/usr/man/man8/ \
- install
- install -D -m644 $SRC/sysctl.conf $PKG/etc/sysctl.conf
- rm -f $PKG/bin/kill \
- $PKG/usr/man/man1/kill.1
- ln -sf pgrep $PKG/usr/bin/pkill
- ln -sf skill $PKG/usr/bin/snice
- chmod +w -R $PKG
-}
diff --git a/procps/sysctl.conf b/procps/sysctl.conf
deleted file mode 100644
index 48c0484b1..000000000
--- a/procps/sysctl.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# /etc/sysctl.conf: configuration for system variables, see sysctl.conf(5)
-#
-
-# End of file

Generated by cgit