From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5EFF5138D18 for ; Mon, 13 Jul 2015 23:05:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 176FBE08E6; Mon, 13 Jul 2015 23:05:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7393EE08ED for ; Mon, 13 Jul 2015 23:05:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15F8C3409FD for ; Mon, 13 Jul 2015 23:05:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9D67905 for ; Mon, 13 Jul 2015 23:05:43 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1436828796.550a6ea45f7cb29a7783152327dc06311f6fef1b.twitch153@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: etc/ X-VCS-Repository: proj/layman X-VCS-Files: etc/layman.cfg X-VCS-Directories: etc/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 550a6ea45f7cb29a7783152327dc06311f6fef1b X-VCS-Branch: master Date: Mon, 13 Jul 2015 23:05:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a0161646-760b-403e-959b-6258e6b27fdb X-Archives-Hash: 70f9c7fb2bcd145cbf78007dfbf24d4b commit: 550a6ea45f7cb29a7783152327dc06311f6fef1b Author: Devan Franchini gentoo org> AuthorDate: Mon Jul 13 23:06:36 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Mon Jul 13 23:06:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=550a6ea4 layman.cfg: Changes description of db_type to warn user of limitation etc/layman.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/layman.cfg b/etc/layman.cfg index 8d89df1..5101f4d 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -67,8 +67,8 @@ conf_type : repos.conf #### Database Config Options #### #### COMING SOON #### #----------------------------------------------------------- -# Database types used by layman -# (xml_db, json_db). +# Database types used by layman, only one should be specified. +# (xml_db, json_db) #db_type : xml_db #-----------------------------------------------------------