aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-11-22 19:30:10 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-11-22 19:30:10 +0000
commit8a0848fcb5dfc4642d1dc3bd0c0c3cec139445dc (patch)
tree61ebab2225b7e6fa9452c6795dc2e6c33f622024 /files
parentFixed a few lines which were causing the isolinux directory to be removed whe... (diff)
downloadcatalyst-8a0848fcb5dfc4642d1dc3bd0c0c3cec139445dc.tar.gz
catalyst-8a0848fcb5dfc4642d1dc3bd0c0c3cec139445dc.tar.bz2
catalyst-8a0848fcb5dfc4642d1dc3bd0c0c3cec139445dc.zip
Added portdir example to catalyst.conf for bug #113272.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@907 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'files')
-rw-r--r--files/catalyst.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf
index d04903b0..65afdc15 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.13 2005/09/30 20:16:50 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.14 2005/11/22 19:30:10 wolf31o2 Exp $
# Simple desriptions of catalyst settings. Please refer to the online
# documentation for more information.
@@ -30,6 +30,9 @@ sharedir="/usr/lib/catalyst"
# also where it will put its temporary files and caches.
storedir="/var/tmp/catalyst"
+# portdir specifies the source portage tree used by the snapshot target.
+# portdir="/usr/portage"
+
# snapshot_cache specifies where the snapshots will be cached to if snapcache is
# enabled in the options.
# snapshot_cache="<path_to_new_cache_dir>"