Browse Source

postgresql: changed to use default prefix instead of 'opt/postgresql' (IssueID #96)

stable/0.2
Christian Wiese 14 years ago
parent
commit
42a52557b9
  1. 8
      database/postgresql/postgresql.conf

8
database/postgresql/postgresql.conf

@ -14,10 +14,10 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then # use a dedicated sysconfdir
prefix="opt/postgresql" sysconfdir="$sysconfdir/$pkg"
set_confopt # change the default localstatedir
fi localstatedir="$localstatedir/lib/$pkg"
if [ "$SDECFG_PKG_POSTGRESQL_CLIENTONLY" == 1 ]; then if [ "$SDECFG_PKG_POSTGRESQL_CLIENTONLY" == 1 ]; then
makeinstopt= makeinstopt=

Loading…
Cancel
Save