[entropy.const] drop etpConst['errorstatus']

This commit is contained in:
Fabio Erculiani
2012-11-04 18:35:19 +01:00
parent db5a6dcfdb
commit b07beb1dcd
2 changed files with 0 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ Backlog (raw)
solo.utils.show_you_meant !
drop entropy.cli (it is used by other stuff, what to do?)
drop etpUi
drop etpConst['errorstatus']
- preserved-libs registry:
only drop old sonames when installed packages

View File

@@ -636,7 +636,6 @@ def const_default_settings(rootdir):
'systemname': "Sabayon Linux",
# Product identificator (standard, professional...)
'product': "standard",
'errorstatus': default_etp_confdir+"/code",
'systemroot': original_rootdir, # default system root
'uid': os.getuid(), # current running UID
'entropygid': None,