gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] bootstrap error on Mandriva 2010 - not really solved


From: Michael Schütt
Subject: Re: [Gnumed-devel] bootstrap error on Mandriva 2010 - not really solved
Date: Sun, 19 Sep 2010 20:32:21 +0200

Am Sun, 19 Sep 2010 16:12:29 +0200
schrieb Sebastian Hilbert <address@hidden>:

> 
> in other words you did uncomment the line in bootstrap_latest.sh
> but it still gives the error ?

Yes.

/usr/lib/gnumed-server/server/bootstrap/bootstrap-latest.sh

#!/bin/bash

# - should be run as root
# - command line options:
#   - "quiet"

VER="14"
PREV_VER="13"
VERSIONS_TO_DROP="2 3 4 5 6 7 8 9 10 11 12"
QUIET="$1"


if test ! -n "${GM_LOG_BASE}" ; then
        GM_LOG_BASE="."
fi ;


# if you need to adjust the port you want to use to
# connect to PostgreSQL you can use the environment
# variable below (this may be necessary if your PostgreSQL
# server is running on a port different from the default 5432)
export GM_DB_PORT="5433"


# tell libpq-based tools about the non-default port, if any
if test -n "${GM_DB_PORT}" ; then
        PORT_DEF="-p ${GM_DB_PORT}"
else
        PORT_DEF=""
fi ;


function echo_msg () {
        if test "$QUIET" == "quiet"; then
                return
        fi ;
        echo $1 ;
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]