Re-enabled preclean in grp and added gconfd-2 killing.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 28 Jan 2005 19:36:49 +0000 (19:36 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 28 Jan 2005 19:36:49 +0000 (19:36 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@532 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/grp/grp-preclean-chroot.sh
targets/grp/grp.sh

index 3e06f170c0532aee286e3ed95f74c0614e8691c0..731f313cb5f62042de9a7d37800d48f1e7df7aad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for gentoo/src/catalyst 
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.158 2005/01/28 19:23:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.159 2005/01/28 19:36:49 wolf31o2 Exp $
+
+  28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/grp/grp-preclean-chroot.sh, targets/grp/grp.sh:
+  Re-enabled preclean in grp and added gconfd-2 killing.
 
   28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
   livecd/runscript/x86-archscript.sh:
index ae497e6aa77ed14718e63fda7422f2d8e2297e0a..bec7c86bfe02fe8c4d3f8be001f231963ba004ae 100755 (executable)
@@ -1,7 +1,9 @@
 #!/bin/bash
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.4 2004/10/15 02:46:58 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.5 2005/01/28 19:36:49 wolf31o2 Exp $
 
 /usr/sbin/env-update
 source /etc/profile
+
+killall -9 gconfd-2
index 1e74017bf6adb708ea277b8e342634405e9e3599..d138687343bc818eccc772b4bb7ae2af268127ec 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/Attic/grp.sh,v 1.18 2004/10/15 02:46:58 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/Attic/grp.sh,v 1.19 2005/01/28 19:36:49 wolf31o2 Exp $
 
 case $1 in
        enter)
@@ -20,9 +20,9 @@ case $1 in
        ;;
 
        preclean)
-               #cp ${clst_sharedir}/targets/grp/grp-preclean-chroot.sh ${clst_chroot_path}/tmp
-               #${clst_CHROOT} ${clst_chroot_path} /tmp/grp-preclean-chroot.sh || exit 1
-               #rm -f ${clst_chroot_path}/tmp/grp-preclean-chroot.sh
+               cp ${clst_sharedir}/targets/grp/grp-preclean-chroot.sh ${clst_chroot_path}/tmp
+               ${clst_CHROOT} ${clst_chroot_path} /tmp/grp-preclean-chroot.sh || exit 1
+               rm -f ${clst_chroot_path}/tmp/grp-preclean-chroot.sh
                exit 0
        ;;