-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 ! [ -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