From: Chris Gianelloni Date: Wed, 12 Jul 2006 18:34:00 +0000 (+0000) Subject: Removed famd from the default runlevel for gentoo-release-livecd. It really shouldn... X-Git-Tag: CATALYST_2_0_6_916~336 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5109ac0ea4e1f4ee05aa5f8d68785b7c500ee87;p=catalyst.git Removed famd from the default runlevel for gentoo-release-livecd. It really shouldn't cause a problem, but I prefer it stay a bit clean. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1158 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index bc5d2f43..63eb4a11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,16 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.642 2006/07/11 21:40:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.643 2006/07/12 18:34:00 wolf31o2 Exp $ + + 12 Jul 2006; Chris Gianelloni catalyst, + targets/support/rc-update.sh: + Removed famd from the default runlevel for gentoo-release-livecd. It really + shouldn't cause a problem, but I prefer it stay a bit clean. 11 Jul 2006; Chris Gianelloni catalyst, modules/generic_stage_target.py, targets/support/bootloader-setup.sh, targets/support/create-iso.sh, targets/support/kmerge.sh, targets/support/livecdfs-update.sh, targets/support/mips-arcload_conf.sh: - Added patches from Joshua Kinard from bug #139337. This - is 2.0_rc50, which will hopefully be renamed without incident to 2.0 final. + Added patches from Joshua Kinard from bug #139337. 05 Jul 2006; Chris Gianelloni -livecd/cdtar/silo-1.2.6-sparc-cdtar.tar.bz2, diff --git a/catalyst b/catalyst index ecec55bb..dfa095e3 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python -OO # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.158 2006/07/11 21:40:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.159 2006/07/12 18:34:00 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar @@ -11,7 +11,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0_rc50" +__version__="2.0_rc49" conf_values={} diff --git a/targets/support/rc-update.sh b/targets/support/rc-update.sh index a0a8b25f..2ab7fc68 100644 --- a/targets/support/rc-update.sh +++ b/targets/support/rc-update.sh @@ -27,7 +27,6 @@ then gentoo-release-livecd ) rc-update add spind default rc-update add xdm default - rc-update add famd default ;; generic-livecd ) rc-update add spind default