commit: 03f9d2bac1800a9b2a9be4179d877f2ff26dbb90 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Tue Feb 3 20:56:40 2015 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Tue Feb 3 20:56:43 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=03f9d2ba
layman.cfg: Changes values of conf_type and auto_sync To follow suit with the standards requested of the emaint sync behavior the auto_sync variable has been defaulted to "Yes", and conf_type has been changed to "repos.conf" as a default. --- etc/layman.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/layman.cfg b/etc/layman.cfg index 4e9aad9..7bf291e 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -55,13 +55,13 @@ repos_conf : /etc/portage/repos.conf/layman.conf # or not the portage sync plug-in will automatically sync your # layman overlays. -auto_sync : No +auto_sync : Yes #----------------------------------------------------------- # Repository config types used by layman # (repos.conf, make.conf) -conf_type : make.conf +conf_type : repos.conf #-----------------------------------------------------------
