add dependency step, add service step

This commit is contained in:
lizhi-rocky
2010-08-03 14:18:19 +08:00
parent 5688e9974b
commit ba7bc3e2b0
6 changed files with 392 additions and 7 deletions

View File

@@ -462,7 +462,7 @@ p - pkg, that includes this service
pass
for s in Service.list:
if s.pkg in l:
if s.package in l:
if s.start == 'disable':
s.start = 'no'
else: