CVS User Account cvsuser
Tue Jan 2 12:19:05 PST 2007
Log Message:
-----------
Change config script to use "echo" rather than (non-existent) "err"
function

Modified Files:
--------------
    slony1-engine/tools:
        configure-replication.sh (r1.1 -> r1.2)

-------------- next part --------------
Index: configure-replication.sh
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/configure-replication.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltools/configure-replication.sh -Ltools/configure-replication.sh -u -w -r1.1 -r1.2
--- tools/configure-replication.sh
+++ tools/configure-replication.sh
@@ -56,7 +56,7 @@
           eval bport=\$PORT${j}
           if [ -n "${bdb}" -a "${bhost}" -a "${buser}" -a "${bport}" ]; then
             echo "STORE PATH (SERVER=${i}, CLIENT=${j}, CONNINFO='dbname=${db} host=${host} user=${user} port=${port}');" >> $mktmp/store_paths.slonik          else
-            err 3 "No conninfo"
+            echo "STORE PATH (SERVER=${i}, CLIENT=${j}, CONNINFO='dbname=${db} host=${host} user=${user} port=${port}');" >> $mktmp/store_paths.slonik
           fi
         fi
         if [ ${j} -ge ${NUMNODES} ]; then
@@ -71,7 +71,7 @@
         i=$((${i} +1))
       fi
     else
-      err 3 "no DB"
+      echo "no DB"
     fi
   done
 }



More information about the Slony1-commit mailing list