diff --git a/libraries/entropy/client/interfaces/package.py b/libraries/entropy/client/interfaces/package.py index 3a045545f..e84f8a72e 100644 --- a/libraries/entropy/client/interfaces/package.py +++ b/libraries/entropy/client/interfaces/package.py @@ -1311,7 +1311,7 @@ class Package: self.Entropy.clientLog.log( ETP_LOGPRI_INFO, ETP_LOGLEVEL_NORMAL, - "Skipping config file installation/removal, as stated in equo.conf: %s" % (tofile,) + "Skipping config file installation/removal, as stated in client.conf: %s" % (tofile,) ) mytxt = "%s: %s" % (_("Skipping file installation/removal"),tofile,) self.Entropy.updateProgress( diff --git a/libraries/entropy/const.py b/libraries/entropy/const.py index c1903a1e1..da34ff57a 100644 --- a/libraries/entropy/const.py +++ b/libraries/entropy/const.py @@ -367,7 +367,7 @@ def const_default_settings(rootdir): 'entropyloglevel': 1, # Entropy Socket Interface log level 'socketloglevel': 2, - # Equo log level (default: 1 - see equo.conf for more info) + # Equo log level (default: 1 - see client.conf for more info) 'equologlevel': 1, 'spmloglevel': 1, # Log dir where ebuilds store their stuff @@ -422,7 +422,7 @@ def const_default_settings(rootdir): # option to keep a backup of config files after # being overwritten by equo conf update 'filesbackup': True, - # collision protection option, read equo.conf for more info + # collision protection option, see client.conf for more info 'collisionprotect': 1, # list of user specified CONFIG_PROTECT directories # (see Gentoo manual to understand the meaining of this parameter) @@ -872,7 +872,7 @@ def const_read_equo_settings(): """ XXX: will be probably moved away from here in future. Setup Equo settings reading them from equo config file - specified in etpConst['equoconf'], by default (equo.conf) + specified in etpConst['equoconf'], by default (client.conf) @return None """