From 68835280e4a73a4769262dfd16d03b321e290e2d Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Wed, 6 Feb 2008 18:09:18 +0000 Subject: [PATCH] disable boot services stopping git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1149 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/entropy.py b/libraries/entropy.py index 886a5b920..9aa4156ef 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -5849,8 +5849,11 @@ class TriggerInterface: def trigger_initdeactivate(self, item, running, scheduled): if not etpConst['systemroot']: myroot = "/" + ''' + causes WORLD to fall under if (running): os.system(item+' stop --quiet') + ''' else: myroot = etpConst['systemroot']+"/" if (scheduled):