summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2005-03-23 02:53:06 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2005-03-23 02:53:06 +0000
commitb6cb1791aeb59813e3c3d49a720332fffd575a06 (patch)
tree613357cafa7991490b2b6413c622b7a20c5b4d75 /sys-fs
parentfixed a little typo (diff)
downloadhistorical-b6cb1791aeb59813e3c3d49a720332fffd575a06.tar.gz
historical-b6cb1791aeb59813e3c3d49a720332fffd575a06.tar.bz2
historical-b6cb1791aeb59813e3c3d49a720332fffd575a06.zip
fixed a dep in init
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/gfs/ChangeLog5
-rw-r--r--sys-fs/gfs/Manifest10
-rwxr-xr-xsys-fs/gfs/files/gfs.rc4
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-fs/gfs/ChangeLog b/sys-fs/gfs/ChangeLog
index 40b23c6807ae..4e716c11eedb 100644
--- a/sys-fs/gfs/ChangeLog
+++ b/sys-fs/gfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/gfs
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs/ChangeLog,v 1.4 2005/03/22 13:59:10 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs/ChangeLog,v 1.5 2005/03/23 02:53:06 xmerlin Exp $
+
+ 23 Mar 2005; Christian Zoffoli <xmerlin@gentoo.org> files/gfs.rc:
+ fixed a dep in init
22 Mar 2005; Christian Zoffoli <xmerlin@gentoo.org> -files/gfs,
-files/gfs-mount, +files/gfs.rc, gfs-6.1_pre21.ebuild:
diff --git a/sys-fs/gfs/Manifest b/sys-fs/gfs/Manifest
index 4ec6a5754156..3d58026c4344 100644
--- a/sys-fs/gfs/Manifest
+++ b/sys-fs/gfs/Manifest
@@ -1,15 +1,15 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 52b14eab0b0016d98c6200be45d3b482 ChangeLog 925
+MD5 a6b9c5170f5ac32afc971bec95cc7785 ChangeLog 1016
MD5 816e1b389a361d9c9f0e2f405a3d2876 gfs-6.1_pre21.ebuild 1602
MD5 a64b9a1937a5cfc2fbaf373521f65d47 metadata.xml 223
MD5 8b61a396206c23d7fb8e1adad649f8b7 files/digest-gfs-6.1_pre21 65
-MD5 d6b5360d2bc419dc2b0872415e42c39d files/gfs.rc 2874
+MD5 25fd59a79dddc43e9d7a4d070097304d files/gfs.rc 2862
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFCQCUogMUyd/cdjWsRAj3/AJ9An09cVqVWp51Jg3rJ2uayK4qrUACfWYCx
-dzn1IhmEMNtx2WucYz9vPpU=
-=Lr66
+iD8DBQFCQN48gMUyd/cdjWsRAqoQAJ961h2VSB/1xdcI+WbNbtvrgrpQqACeKTJK
+X3GXpQpFEAoZAMsYuDNt1Fk=
+=HM42
-----END PGP SIGNATURE-----
diff --git a/sys-fs/gfs/files/gfs.rc b/sys-fs/gfs/files/gfs.rc
index 74f83ef3e730..321a1abb68b5 100755
--- a/sys-fs/gfs/files/gfs.rc
+++ b/sys-fs/gfs/files/gfs.rc
@@ -1,11 +1,11 @@
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs/files/gfs.rc,v 1.1 2005/03/22 13:59:10 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs/files/gfs.rc,v 1.2 2005/03/23 02:53:06 xmerlin Exp $
depend() {
use dns logger
- use net gnbd-client
+ use net
need cluster-manager cluster-locking-manager fenced
provide cluster
}