From 3e48c695f8de84e249b9e334a4eec2be3e4e8762 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 27 Jun 2009 17:20:39 +0200 Subject: [PATCH] [entropy.const] fix trigger_sh_interpreter, add ${ROOT} prefix --- libraries/entropy/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/entropy/const.py b/libraries/entropy/const.py index 705059a2c..97167d45c 100644 --- a/libraries/entropy/const.py +++ b/libraries/entropy/const.py @@ -372,7 +372,7 @@ def const_default_settings(rootdir): # name of the trigger file that would be executed # by equo inside triggerTools 'triggername': "trigger", - 'trigger_sh_interpreter': "/usr/sbin/entropy.sh", + 'trigger_sh_interpreter': rootdir+"/usr/sbin/entropy.sh", # entropy hardware hash generator executable 'etp_hw_hash_gen': rootdir+"/usr/bin/entropy_hwgen.sh", # entropy client post valid branch migration (equo hop) script name @@ -394,7 +394,7 @@ def const_default_settings(rootdir): 'socketloglevel': 2, 'spmloglevel': 1, # Log dir where ebuilds store their stuff - 'logdir': default_etp_logdir , + 'logdir': default_etp_logdir, 'syslogdir': default_etp_syslogdir, # Entropy system tools log directory 'entropylogfile': default_etp_syslogdir+"entropy.log",