commit: d575cf227f4b17e50fb3a9e0d434961a42f3e875 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Mon Oct 5 23:39:05 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Oct 5 23:39:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d575cf22
catalyst.conf: minor tweaks to comments Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> files/catalyst.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/catalyst.conf b/files/catalyst.conf index 57606ca..3a0763e 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -1,6 +1,6 @@ # /etc/catalyst/catalyst.conf -# Simple desriptions of catalyst settings. Please refer to the online +# Simple descriptions of catalyst settings. Please refer to the online # documentation for more information. # Creates a .DIGESTS file containing the hash output from any of the supported @@ -53,14 +53,14 @@ hash_function="crc32" # however, it is suggested to enable this if redistributing builds. # ccache = enables build time ccache support # distcc = enable distcc support for building. You have to set distcc_hosts in -# your spec file. +# your spec file. # icecream = enables icecream compiler cluster support for building # kerncache = keeps a tbz2 of your built kernel and modules (useful if your # build stops in livecd-stage2) # pkgcache = keeps a tbz2 of every built package (useful if your build stops # prematurely) # preserve_libs = enables portage to preserve used libs when unmerging packages -# (used on installcd-stage2 and stage4 targets) +# (used on installcd-stage2 and stage4 targets) # seedcache = use the build output of a previous target if it exists to speed up # the copy # snapcache = cache the snapshot so that it can be bind-mounted into the chroot.
