summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2012-12-02 11:54:42 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2012-12-02 11:54:42 +0100
commite4e9aad717463318fe38fd6b2b80dfb6d2f8e683 (patch)
tree9624348a1df08f9f629ef5dc412d7ee1f2e84575
parent24f89259154d4c18a99872bc5ad4a8d78c15d604 (diff)
downloadcontrib-e4e9aad717463318fe38fd6b2b80dfb6d2f8e683.tar.gz
contrib-e4e9aad717463318fe38fd6b2b80dfb6d2f8e683.tar.xz
sysstat: adopted into opt
-rw-r--r--sysstat/.footprint27
-rw-r--r--sysstat/.md5sum1
-rw-r--r--sysstat/Pkgfile20
3 files changed, 0 insertions, 48 deletions
diff --git a/sysstat/.footprint b/sysstat/.footprint
deleted file mode 100644
index f70d6f2da..000000000
--- a/sysstat/.footprint
+++ /dev/null
@@ -1,27 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/iostat
--rwxr-xr-x root/root usr/bin/mpstat
--rwxr-xr-x root/root usr/bin/pidstat
--rwxr-xr-x root/root usr/bin/sadf
--rwxr-xr-x root/root usr/bin/sar
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/sa/
--rwxr-xr-x root/root usr/lib/sa/sa1
--rwxr-xr-x root/root usr/lib/sa/sa2
--rwxr-xr-x root/root usr/lib/sa/sadc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/iostat.1.gz
--rw-r--r-- root/root usr/man/man1/mpstat.1.gz
--rw-r--r-- root/root usr/man/man1/pidstat.1.gz
--rw-r--r-- root/root usr/man/man1/sadf.1.gz
--rw-r--r-- root/root usr/man/man1/sar.1.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/sa1.8.gz
--rw-r--r-- root/root usr/man/man8/sa2.8.gz
--rw-r--r-- root/root usr/man/man8/sadc.8.gz
-drwxr-xr-x root/root var/
-drwxr-xr-x root/root var/log/
-drwxr-xr-x root/root var/log/sa/
diff --git a/sysstat/.md5sum b/sysstat/.md5sum
deleted file mode 100644
index 79bdef38e..000000000
--- a/sysstat/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-b4f25a57faa09e681c15f9faaa0a3ca8 sysstat-8.1.7.tar.gz
diff --git a/sysstat/Pkgfile b/sysstat/Pkgfile
deleted file mode 100644
index 376de6c0b..000000000
--- a/sysstat/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: A collection of performance monitoring tools
-# URL: http://perso.orange.fr/sebastien.godard/
-# Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
-# Depends on:
-
-name=sysstat
-version=8.1.7
-release=1
-source=(http://perso.orange.fr/sebastien.godard/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-
- rm -rf $PKG/etc/sysconfig
- rm -rf $PKG/usr/{doc,share}
-}

Generated by cgit