bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Wed Aug 10 15:01:18 PDT 2011
http://www.slony.info/bugzilla/show_bug.cgi?id=231

           Summary: Bad regex in start_slon.sh
           Product: Slony-I
           Version: 2.0
          Platform: PC
        OS/Version: Linux
            Status: ASSIGNED
          Severity: enhancement
          Priority: low
         Component: core scripts
        AssignedTo: cbbrowne at ca.afilias.info
        ReportedBy: cbbrowne at ca.afilias.info
                CC: slony1-bugs at lists.slony.info
   Estimated Hours: 0.0


-PID_LINE=`grep pid_file $SLON_CONF | cut -d "#" -f 1 | grep
"^[:space:]*pid_file='.*'"`
+PID_LINE=`grep pid_file $SLON_CONF | cut -d "#" -f 1 | grep
"^[[:space:]]*pid_file='.*'"`

Needs an extra "[]" nesting

-- 
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.


More information about the Slony1-bugs mailing list