diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-03-23 02:53:06 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-03-23 02:53:06 +0000 |
commit | b6cb1791aeb59813e3c3d49a720332fffd575a06 (patch) | |
tree | 613357cafa7991490b2b6413c622b7a20c5b4d75 /sys-fs/gfs/files | |
parent | fixed a little typo (diff) | |
download | historical-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/gfs/files')
-rwxr-xr-x | sys-fs/gfs/files/gfs.rc | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |