diff --git a/README b/README index faa8ecfe8..b54a70b88 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Sabayon Linux Project Entropy - 2007 README -WHAT'S THAT: Entropy Project +WHAT'S THAT: Project Entropy DEVELOPERS: - Fabio Erculiani (lxnay@sabayonlinux.org) @@ -37,3 +37,8 @@ STRUCTURE: | | GUI CLIENTs + + + + +Fabio's note: Project Entropy is dedicated to my father (dead on 2007, January the 9th). Tu come me, non hai mai smesso di credere nei sogni, è questo che ci rende invincibili dentro, ma a volte fragili fuori. Non ti deluderò, ciao papà, ti voglio bene. Non dimenticarti più dei tuoi figli. \ No newline at end of file diff --git a/libraries/entropyConstants.py b/libraries/entropyConstants.py index 08ea82dc3..83d792f06 100644 --- a/libraries/entropyConstants.py +++ b/libraries/entropyConstants.py @@ -61,6 +61,7 @@ etpConst = { 'packagessuploaddir': ETP_DIR+ETP_UPDIR, # etpConst['packagessuploaddir'] --> directory where .tbz2 files are stored waiting for being uploaded to our main mirror 'confdir': ETP_CONF_DIR, # directory where entropy stores its configuration 'repositoriesconf': ETP_CONF_DIR+"/repositories.conf", # repositories.conf file + 'enzymconf': ETP_CONF_DIR+"/enzym.conf", # enzym.conf file 'digestfile': "Manifest", # file that contains md5 hashes 'extension': ".etp", # entropy files extension }