Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:pending commit in: etc/
Date: Sat, 22 Mar 2014 22:25:23
Message-Id: 1395511289.15bb694214e33572168125129326caec4083e677.dol-sen@gentoo
1 commit: 15bb694214e33572168125129326caec4083e677
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 18:28:12 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 22 18:01:29 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=15bb6942
7
8 files/catalyst.conf: Whitespace cleanup
9
10 ---
11 etc/catalyst.conf | 12 ++++++------
12 1 file changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/etc/catalyst.conf b/etc/catalyst.conf
15 index 57606ca..2d377b2 100644
16 --- a/etc/catalyst.conf
17 +++ b/etc/catalyst.conf
18 @@ -15,12 +15,12 @@ digests="md5 sha1 sha512 whirlpool"
19 # Creates a .CONTENTS file listing the contents of the file. Pick from any of
20 # the supported options below:
21 # auto - strongly recommended
22 -# tar-tv - does 'tar tvf FILE'
23 -# tar-tvz - does 'tar tvzf FILE'
24 -# tar-tvy - does 'tar tvyf FILE'
25 -# isoinfo-l - does 'isoinfo -l -i FILE'
26 -# isoinfo-f - does 'isoinfo -f -i FILE'
27 -# 'isoinfo-f' is the only option not chosen by the automatic algorithm.
28 +# tar_tv - does 'tar tvf FILE'
29 +# tar_tvz - does 'tar tvzf FILE'
30 +# tar_tvy - does 'tar tvyf FILE'
31 +# isoinfo_l - does 'isoinfo -l -i FILE'
32 +# isoinfo_f - does 'isoinfo -f -i FILE'
33 +# 'isoinfo_f' is the only option not chosen by the automatic algorithm.
34 # If this variable is empty, no .CONTENTS will be generated at all.
35 contents="auto"