rename equo.conf to client.conf
This commit is contained in:
2
Makefile
2
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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user