# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.22 2004/03/04 19:34:11 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.23 2004/03/05 06:24:17 zhen Exp $
+
+ 05 Mar 2004; John Davis <zhen@gentoo.org> catalyst:
+ changing location of /etc/catalyst.conf to /etc/catalyst/catalyst.conf
04 Mar 2004; John Davis <zhen@gentoo.org> alpha-isogen.sh,
examples/livecd/alpha/alpha-livecd-stage1-20040225.spec,
#!/usr/bin/python
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.29 2004/02/12 19:51:37 drobbins Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.30 2004/03/05 06:24:17 zhen Exp $
import os,sys,imp,string
myspec={}
myconf={}
-myconffile="/etc/catalyst.conf"
+myconffile="/etc/catalyst/catalyst.conf"
if os.environ.has_key("clst_conf"):
if not os.path.exists(os.environ["clst_conf"]):
print "catalyst: Unable to find config file specified in env var 'clst_conf'"