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.

64 lines
2.4 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/sysstat/prefix.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. diff -dur sysstat-6.0.1/build/CONFIG sysstat-6.0.1-p/build/CONFIG
  20. --- sysstat-6.0.1/build/CONFIG 2005-06-25 11:14:21.000000000 +0200
  21. +++ sysstat-6.0.1-p/build/CONFIG 2005-10-23 22:55:42.000000000 +0200
  22. @@ -2,8 +2,8 @@
  23. # (C) 2000 Sebastien GODARD (sysstat <at> wanadoo.fr)
  24. # Directories
  25. -PREFIX = /usr/local
  26. -SA_LIB_DIR = /usr/local/lib/sa
  27. +PREFIX = /usr
  28. +SA_LIB_DIR = /usr/lib/sa
  29. SADC_PATH = ${SA_LIB_DIR}/sadc
  30. SA_DIR = /var/log/sa
  31. MAN_DIR = ${PREFIX}/man
  32. diff -dur sysstat-6.0.1/build/CONFIG.def sysstat-6.0.1-p/build/CONFIG.def
  33. --- sysstat-6.0.1/build/CONFIG.def 2004-12-30 19:53:06.000000000 +0100
  34. +++ sysstat-6.0.1-p/build/CONFIG.def 2005-10-23 22:54:51.000000000 +0200
  35. @@ -2,8 +2,8 @@
  36. # (C) 2000 Sebastien GODARD (sysstat <at> wanadoo.fr)
  37. # Directories
  38. -PREFIX = /usr/local
  39. -SA_LIB_DIR = /usr/local/lib/sa
  40. +PREFIX = /usr
  41. +SA_LIB_DIR = /usr/lib/sa
  42. SADC_PATH = ${SA_LIB_DIR}/sadc
  43. SA_DIR = /var/log/sa
  44. MAN_DIR = ${PREFIX}/man
  45. diff -dur sysstat-6.0.1/build/Configure.sh sysstat-6.0.1-p/build/Configure.sh
  46. --- sysstat-6.0.1/build/Configure.sh 2004-10-10 16:55:49.000000000 +0200
  47. +++ sysstat-6.0.1-p/build/Configure.sh 2005-10-23 22:53:54.000000000 +0200
  48. @@ -10,10 +10,10 @@
  49. # Installation directory
  50. -PREFIX=`${ASK} 'Installation directory:' "/usr/local" "prefix"`
  51. +PREFIX=`${ASK} 'Installation directory:' "/usr" "prefix"`
  52. if [ ! -d ${PREFIX} ]; then
  53. - echo "WARNING: Directory ${PREFIX} not found: Using default (/usr/local)."
  54. - PREFIX=/usr/local
  55. + echo "WARNING: Directory ${PREFIX} not found: Using default (/usr)."
  56. + PREFIX=/usr
  57. fi
  58. # sadc directory