Changeset 5558
- Timestamp:
- 11/07/09 11:34:07 (2 weeks ago)
- Files:
-
- 1 modified
-
trunk/bcfg2/src/lib/Client/Tools/RcUpdate.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bcfg2/src/lib/Client/Tools/RcUpdate.py
r5180 r5558 18 18 Assumes we run in the "default" runlevel. 19 19 ''' 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' % \ 21 21 entry.attrib['name']) 22 22 status = (rc == 0)