diff options
author | Devan Franchini <twitch153@gentoo.org> | 2015-02-03 15:56:40 -0500 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-02-03 15:56:43 -0500 |
commit | 03f9d2bac1800a9b2a9be4179d877f2ff26dbb90 (patch) | |
tree | 0fde77bd0e6a6c148d15751fc6a43af36a0f40d6 /etc | |
parent | {config, reposconf}.py: Modifies import strategy for config parser (diff) | |
download | layman-03f9d2bac1800a9b2a9be4179d877f2ff26dbb90.tar.gz layman-03f9d2bac1800a9b2a9be4179d877f2ff26dbb90.tar.bz2 layman-03f9d2bac1800a9b2a9be4179d877f2ff26dbb90.zip |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/layman.cfg | 4 |
1 files 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 #----------------------------------------------------------- |