Browse Source

Alejandro Mery <amery@geeks.cl>:

Changed postgresql to default to install into /opt/postgresql
The ROCK's unwritten standard said this kind of things should go to opt/$pkg
and should be changeable by targets.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2062 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
bbe98852ae
2 changed files with 6 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +5
    -0
      package/michiel/postgresql/postgresql.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -4,6 +4,7 @@
- ALSA OSS emulation and no IDESCSI for 2.6
- added an eject command to kiss
- added a "check for modified files" option to mine ("-y" for now ...)
- Alejandro Mery: changed postgresql to default to install into /opt/postgresql
*) 2003-12-24 (2.0.0-rc3 - 2.0.0-rc4)

+ 5
- 0
package/michiel/postgresql/postgresql.conf

@ -20,6 +20,11 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
prefix="opt/postgresql"
set_confopt
fi
var_append extraconfopt " " "--with-CXX"
var_append extraconfopt " " "--with-gnu-ld"
var_append extraconfopt " " "--with-perl"

Loading…
Cancel
Save