-if ! [ -f $CONFDIR/postgresql.conf ]; then
-       #doch nicht da, dann fragen
-        while :; do
-#              writeln 13 1 'postgresql.conf' nicht gefunden.
-#              tput bold
-#                writeln 14 1 "Bitte den Pfad eingeben: "
-#              tput rmso
-#                read PGCONF
-                [ "$PGCONF#" != "#" ] && [ -f $PGCONF ] && break
- #               tput bel
-        done
-       CONFDIR=`dirname $PGCONF`
-fi
-
-mv $CONFDIR/postgresql.conf $CONFDIR/postgresql.conf.org
-if ! [ $v7 -eq 0 ]; then 
-       #Nur bei der V7.x:  tcpip_socket = true
-       sed 's/^.*tcpip_socket.*/tcpip_socket = true/i' $CONFDIR/postgresql.conf.org > $CONFDIR/postgresql.conf
-       cnt=`grep tcpip_socket $CONFDIR/postgresql.conf | wc -l`
-       if [ $cnt -eq 0 ]; then
-               cp $CONFDIR/postgresql.conf.org $CONFDIR/postgresql.conf
-               echo "tcpip_socket = true" >> $CONFDIR/postgresql.conf
-       fi
-else 
-       #Bei der V8.x OID einschalten.
-       sed 's/^.*default_with_oids.*/default_with_oids = true/i' $CONFDIR/postgresql.conf.org > $CONFDIR/postgresql.conf
-       cnt=`grep default_with_oids $CONFDIR/postgresql.conf | wc -l`
-       if [ $cnt -eq 0 ]; then
-               cp $CONFDIR/postgresql.conf.org $CONFDIR/postgresql.conf
-               echo "default_with_oids = true" >> $CONFDIR/postgresql.conf
-       fi
-fi
+#if ! [ -f $CONFDIR/postgresql.conf ]; then
+#    echo $FEHLER
+#    echo 'postgresql.conf' nicht gefunden.
+#    echo PostgreSQL selber konfigurieren
+#    ERRCNT=1
+#fi
+
+#mv $CONFDIR/postgresql.conf $CONFDIR/postgresql.conf.org
+#Bei der V8.x OID einschalten.
+#sed 's/^.*default_with_oids.*/default_with_oids = true/i' $CONFDIR/postgresql.conf.org > $CONFDIR/postgresql.conf
+#cnt=`grep default_with_oids $CONFDIR/postgresql.conf | wc -l`
+#if [ $cnt -eq 0 ]; then
+#      cp $CONFDIR/postgresql.conf.org $CONFDIR/postgresql.conf
+#      echo "default_with_oids = true" >> $CONFDIR/postgresql.conf
+#fi