CVS User Account cvsuser
Sun Feb 20 01:00:18 PST 2005
Log Message:
-----------
Make use of the --with-perltools configure option.  If it's specified,
install all of the Perl scripts to the specified location ($prefix/bin
by default).

Modified Files:
--------------
    slony1-engine/tools/altperl:
        slon_start.pl (r1.12 -> r1.13)

-------------- next part --------------
Index: slon_start.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slon_start.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -Ltools/altperl/slon_start.pl -Ltools/altperl/slon_start.pl -u -w -r1.12 -r1.13
--- tools/altperl/slon_start.pl
+++ tools/altperl/slon_start.pl
@@ -67,6 +67,6 @@
   print "PID [$pid]\n";
   if ($START_WATCHDOG) {
     print "Start the watchdog process as well...\n";
-    system "@@PGBINDIR@@/slon_watchdog --config=$CONFIG_FILE $node $SLEEP_TIME &";
+    system "@@TOOLSBIN@@/slon_watchdog --config=$CONFIG_FILE $node $SLEEP_TIME &";
   }
 }


More information about the Slony1-commit mailing list