Changeset 5558

Show
Ignore:
Timestamp:
11/07/09 11:34:07 (2 weeks ago)
Author:
solj
Message:

RcUpdate?: Fix final regression caused by [5178] (Patch from Thorsten Lockert)

Resolves ticket #790.

Signed-off-by: Sol Jerome <solj@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bcfg2/src/lib/Client/Tools/RcUpdate.py

    r5180 r5558  
    1818        Assumes we run in the "default" runlevel. 
    1919        ''' 
    20         rc, output = self.cmd.run('/bin/rc-status | grep %s | grep started' % \ 
     20        rc, output = self.cmd.run('/bin/rc-status -s | grep %s | grep started' % \ 
    2121                                  entry.attrib['name']) 
    2222        status = (rc == 0)