Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 20 years ago
parent
commit
e0709e19c2
3 changed files with 13 additions and 59 deletions
  1. +0
    -30
      package/base/sysstat/ioconf-max_blkdev.patch
  2. +11
    -27
      package/base/sysstat/prefix.patch
  3. +2
    -2
      package/base/sysstat/sysstat.desc

+ 0
- 30
package/base/sysstat/ioconf-max_blkdev.patch

@ -1,30 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/sysstat/ioconf-max_blkdev.patch
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./ioconf.c.orig 2004-11-24 15:55:02.129278032 +0100
+++ ./ioconf.c 2004-11-24 15:55:12.279734928 +0100
@@ -37,6 +37,8 @@
#define _(string) (string)
#endif
+#define MAX_BLKDEV 255
+
static unsigned int ioc_parsed = 0;
static struct ioc_entry *ioconf[MAX_BLKDEV+1];

+ 11
- 27
package/base/sysstat/prefix.patch

@ -1,24 +1,6 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/sysstat/prefix.patch
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./build/CONFIG.orig 2004-11-24 15:37:27.887547136 +0100
+++ ./build/CONFIG 2004-11-24 15:38:25.342812608 +0100
diff -dur sysstat-6.0.1/build/CONFIG sysstat-6.0.1-p/build/CONFIG
--- sysstat-6.0.1/build/CONFIG 2005-06-25 11:14:21.000000000 +0200
+++ sysstat-6.0.1-p/build/CONFIG 2005-10-23 22:55:42.000000000 +0200
@@ -2,8 +2,8 @@
# (C) 2000 Sebastien GODARD (sysstat <at> wanadoo.fr)
@ -27,11 +9,12 @@
-SA_LIB_DIR = /usr/local/lib/sa
+PREFIX = /usr
+SA_LIB_DIR = /usr/lib/sa
SADC_PATH = ${SA_LIB_DIR}/sadc
SA_DIR = /var/log/sa
MAN_DIR = ${PREFIX}/man
CLEAN_SA_DIR = n
--- ./build/CONFIG.def.orig 2004-11-24 15:38:02.224327152 +0100
+++ ./build/CONFIG.def 2004-11-24 15:38:19.258737528 +0100
diff -dur sysstat-6.0.1/build/CONFIG.def sysstat-6.0.1-p/build/CONFIG.def
--- sysstat-6.0.1/build/CONFIG.def 2004-12-30 19:53:06.000000000 +0100
+++ sysstat-6.0.1-p/build/CONFIG.def 2005-10-23 22:54:51.000000000 +0200
@@ -2,8 +2,8 @@
# (C) 2000 Sebastien GODARD (sysstat <at> wanadoo.fr)
@ -40,11 +23,12 @@
-SA_LIB_DIR = /usr/local/lib/sa
+PREFIX = /usr
+SA_LIB_DIR = /usr/lib/sa
SADC_PATH = ${SA_LIB_DIR}/sadc
SA_DIR = /var/log/sa
MAN_DIR = ${PREFIX}/man
CLEAN_SA_DIR = n
--- ./build/Configure.sh.orig 2004-11-24 15:39:45.218669632 +0100
+++ ./build/Configure.sh 2004-11-24 15:39:01.481318720 +0100
diff -dur sysstat-6.0.1/build/Configure.sh sysstat-6.0.1-p/build/Configure.sh
--- sysstat-6.0.1/build/Configure.sh 2004-10-10 16:55:49.000000000 +0200
+++ sysstat-6.0.1-p/build/Configure.sh 2005-10-23 22:53:54.000000000 +0200
@@ -10,10 +10,10 @@
# Installation directory

+ 2
- 2
package/base/sysstat/sysstat.desc

@ -43,8 +43,8 @@
[L] GPL
[S] Stable
[V] 5.1.3
[V] 6.0.1
[P] X -?---5---9 164.200
[D] 2159267396 sysstat-5.1.3.tar.bz2 http://www.ibiblio.org/pub/Linux/system/status/
[D] 1284939672 sysstat-6.0.1.tar.bz2 http://perso.wanadoo.fr/sebastien.godard/

Loading…
Cancel
Save