Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: etc/
Date: Tue, 03 Feb 2015 21:01:21
Message-Id: 1422997003.03f9d2bac1800a9b2a9be4179d877f2ff26dbb90.twitch153@gentoo
1 commit: 03f9d2bac1800a9b2a9be4179d877f2ff26dbb90
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 3 20:56:40 2015 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 3 20:56:43 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=03f9d2ba
7
8 layman.cfg: Changes values of conf_type and auto_sync
9
10 To follow suit with the standards requested of the emaint sync behavior
11 the auto_sync variable has been defaulted to "Yes", and conf_type has
12 been changed to "repos.conf" as a default.
13
14 ---
15 etc/layman.cfg | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/etc/layman.cfg b/etc/layman.cfg
19 index 4e9aad9..7bf291e 100644
20 --- a/etc/layman.cfg
21 +++ b/etc/layman.cfg
22 @@ -55,13 +55,13 @@ repos_conf : /etc/portage/repos.conf/layman.conf
23 # or not the portage sync plug-in will automatically sync your
24 # layman overlays.
25
26 -auto_sync : No
27 +auto_sync : Yes
28
29 #-----------------------------------------------------------
30 # Repository config types used by layman
31 # (repos.conf, make.conf)
32
33 -conf_type : make.conf
34 +conf_type : repos.conf
35
36 #-----------------------------------------------------------