summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2008-03-22 22:59:25 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2008-03-22 22:59:25 +0000
commitee0dcce171d90d2c6c6e820a5231f03672af0710 (patch)
tree768325c7ec0b2c5707f01790dffa742a8de26009 /sys-cluster
parentNew version for GNOME-2.22. Uses GIO for the filechooser. (diff)
downloadgentoo-2-ee0dcce171d90d2c6c6e820a5231f03672af0710.tar.gz
gentoo-2-ee0dcce171d90d2c6c6e820a5231f03672af0710.tar.bz2
gentoo-2-ee0dcce171d90d2c6c6e820a5231f03672af0710.zip
Fixed configfs init order.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/cman/ChangeLog5
-rwxr-xr-xsys-cluster/cman/files/cman-2.0x.rc4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/cman/ChangeLog b/sys-cluster/cman/ChangeLog
index 449dc6414f87..2ce2526f178d 100644
--- a/sys-cluster/cman/ChangeLog
+++ b/sys-cluster/cman/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/cman
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/ChangeLog,v 1.38 2008/03/17 23:39:06 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/ChangeLog,v 1.39 2008/03/22 22:59:24 xmerlin Exp $
+
+ 22 Mar 2008; Christian Zoffoli <xmerlin@gentoo.org> files/cman-2.0x.rc:
+ Fixed configfs init order.
17 Mar 2008; Christian Zoffoli <xmerlin@gentoo.org> +files/cman-2.0x.conf,
+files/cman-2.0x.rc, -files/cman-2.x.conf, -files/cman-2.x.rc,
diff --git a/sys-cluster/cman/files/cman-2.0x.rc b/sys-cluster/cman/files/cman-2.0x.rc
index 178e353462af..2980850e511d 100755
--- a/sys-cluster/cman/files/cman-2.0x.rc
+++ b/sys-cluster/cman/files/cman-2.0x.rc
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/files/cman-2.0x.rc,v 1.1 2008/03/17 23:39:07 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/files/cman-2.0x.rc,v 1.2 2008/03/22 22:59:25 xmerlin Exp $
CCSD_BIN="/usr/sbin/ccsd"
@@ -281,6 +281,6 @@ stop() {
stop_groupd
stop_ccsd
- umount_configfs
unload_allmodules
+ umount_configfs
}