From a3c2fbc28598325b9dc141b10406a36c8cb75b5d Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 5 Apr 2009 09:34:02 +0200 Subject: [PATCH] rename equo.conf to client.conf --- Makefile | 2 +- conf/{equo.conf => client.conf} | 0 libraries/entropy/const.py | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename conf/{equo.conf => client.conf} (100%) diff --git a/Makefile b/Makefile index efdefe951..89d11aaea 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ equo-install: # copying portage bashrc install -m 644 conf/bashrc.entropy $(DESTDIR)/etc/portage/bashrc.entropy - install -m 644 conf/equo.conf $(DESTDIR)/etc/entropy/ + install -m 644 conf/client.conf $(DESTDIR)/etc/entropy/ install -m 644 client/*.py $(DESTDIR)/$(LIBDIR)/entropy/client/ install -m 644 client/entropy-system-test-client $(DESTDIR)/$(LIBDIR)/entropy/client/ diff --git a/conf/equo.conf b/conf/client.conf similarity index 100% rename from conf/equo.conf rename to conf/client.conf diff --git a/libraries/entropy/const.py b/libraries/entropy/const.py index 2c7dac680..c1903a1e1 100644 --- a/libraries/entropy/const.py +++ b/libraries/entropy/const.py @@ -243,8 +243,8 @@ def const_default_settings(rootdir): 'repositoriesconf': default_etp_confdir+"/repositories.conf", # server.conf file (generic server side settings) 'serverconf': default_etp_confdir+"/server.conf", - # equo.conf file - 'equoconf': default_etp_confdir+"/equo.conf", + # client.conf file (generic entropy client side settings) + 'equoconf': default_etp_confdir+"/client.conf", # socket.conf file 'socketconf': default_etp_confdir+"/socket.conf", # user by client interfaces