CVS User Account cvsuser
Mon Jun 13 15:37:27 PDT 2005
Log Message:
-----------
Per Elein's bug report, change the "ps" command for Linux to use
"auxww" rather than "-auxww", as the latter causes ps to gripe.

Modified Files:
--------------
    slony1-engine/tools/altperl:
        slon-tools.pm (r1.22 -> r1.23)

-------------- next part --------------
Index: slon-tools.pm
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slon-tools.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -Ltools/altperl/slon-tools.pm -Ltools/altperl/slon-tools.pm -u -w -r1.22 -r1.23
--- tools/altperl/slon-tools.pm
+++ tools/altperl/slon-tools.pm
@@ -101,7 +101,7 @@
   my $sys=`uname`;
   chomp $sys;   # strip off edges
   if ($sys eq "Linux") {
-    return "/bin/ps -auxww";
+    return "/bin/ps auxww";
   } elsif ($sys eq "FreeBSD") {
     return "/bin/ps -auxww";
   } elsif ($sys eq "SunOS") {


More information about the Slony1-commit mailing list