forked from ports/contrib
procps: removed duplicate from core
This commit is contained in:
parent
36a2dc7a00
commit
806d91751e
@ -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
|
@ -1,2 +0,0 @@
|
||||
7ce39ea27d7b3da0e8ad74dd41d06783 procps-3.2.6.tar.gz
|
||||
9875c218e1b14bee8f9f5800403a8a24 sysctl.conf
|
@ -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
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
#
|
||||
# /etc/sysctl.conf: configuration for system variables, see sysctl.conf(5)
|
||||
#
|
||||
|
||||
# End of file
|
Loading…
x
Reference in New Issue
Block a user