mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

61 lines
2.1 KiB

# --- 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
@@ -2,8 +2,8 @@
# (C) 2000 Sebastien GODARD (sysstat <at> wanadoo.fr)
# Directories
-PREFIX = /usr/local
-SA_LIB_DIR = /usr/local/lib/sa
+PREFIX = /usr
+SA_LIB_DIR = /usr/lib/sa
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
@@ -2,8 +2,8 @@
# (C) 2000 Sebastien GODARD (sysstat <at> wanadoo.fr)
# Directories
-PREFIX = /usr/local
-SA_LIB_DIR = /usr/local/lib/sa
+PREFIX = /usr
+SA_LIB_DIR = /usr/lib/sa
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
@@ -10,10 +10,10 @@
# Installation directory
-PREFIX=`${ASK} 'Installation directory:' "/usr/local" "prefix"`
+PREFIX=`${ASK} 'Installation directory:' "/usr" "prefix"`
if [ ! -d ${PREFIX} ]; then
- echo "WARNING: Directory ${PREFIX} not found: Using default (/usr/local)."
- PREFIX=/usr/local
+ echo "WARNING: Directory ${PREFIX} not found: Using default (/usr)."
+ PREFIX=/usr
fi
# sadc directory