slony1-bugs at lists.slony.info slony1-bugs at lists.slony.info
Tue Mar 3 12:36:37 PST 2009
http://www.slony.info/bugzilla/show_bug.cgi?id=74

           Summary: path to sh
           Product: Slony-I
           Version: devel
          Platform: PC
        OS/Version: Mac OS
            Status: NEW
          Severity: normal
          Priority: medium
         Component: core scripts
        AssignedTo: slony1-bugs at lists.slony.info
        ReportedBy: rod.taylor at gmail.com
                CC: slony1-bugs at lists.slony.info
   Estimated Hours: 0.0


Created an attachment (id=28)
 --> (http://www.slony.info/bugzilla/attachment.cgi?id=28)
Same patch as is in the report

Most scripts have the path as /bin/sh but a few point to /usr/bin/sh, which
does not exist on many systems.

The below patches to point to /bin/sh. If that is not acceptable, then all
should be configured via "configure" to a discovered shell.


*** ./tools/slony-cluster-analysis-mass.sh.orig Fri May 19 16:43:48 2006
--- ./tools/slony-cluster-analysis-mass.sh      Tue Mar  3 15:28:46 2009
***************
*** 1,4 ****
! #!/usr/bin/sh
  # $Id: slony-cluster-analysis-mass.sh,v 1.1 2006-05-19 20:43:48 cbbrowne Exp
$
  # Do cluster analyses

--- 1,4 ----
! #!/bin/sh
  # $Id: slony-cluster-analysis-mass.sh,v 1.1 2006-05-19 20:43:48 cbbrowne Exp
$
  # Do cluster analyses

*** ./tools/slony-cluster-analysis.sh.orig      Fri May 19 16:43:48 2006
--- ./tools/slony-cluster-analysis.sh   Tue Mar  3 15:28:40 2009
***************
*** 1,4 ****
! #!/usr/bin/sh
  # $Id: slony-cluster-analysis.sh,v 1.1 2006-05-19 20:43:48 cbbrowne Exp $
  # Analyze Slony-I Configuration

--- 1,4 ----
! #!/bin/sh
  # $Id: slony-cluster-analysis.sh,v 1.1 2006-05-19 20:43:48 cbbrowne Exp $
  # Analyze Slony-I Configuration


-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list