Added portdir example to catalyst.conf for bug #113272.
authorChris Gianelloni <wolf31o2@gentoo.org>
Tue, 22 Nov 2005 19:30:10 +0000 (19:30 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Tue, 22 Nov 2005 19:30:10 +0000 (19:30 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@907 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
files/catalyst.conf

index 5529f2f7a70970552fe074d7ebd617b1ce011ff2..dfb5e2a3385682dfdb62719a95dd287cffdd3500 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.394 2005/11/22 15:37:03 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.395 2005/11/22 19:30:10 wolf31o2 Exp $
+
+  22 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf:
+  Added portdir example to catalyst.conf for bug #113272.
 
   22 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   targets/support/create-iso.sh:
index d04903b014bd665bc756ed55722f9a45702721c6..65afdc153fdd93022845f96eb3ed1a27df8027e0 100644 (file)
@@ -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>"