summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-12-02 21:37:33 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-12-02 21:37:33 +0000
commit27af877d6122c76a2f197d606c33b9e6238192ab (patch)
tree64911d157b0e20aed49793cfe25392e50100c325 /sys-cluster
parentFix typo in ChangeLog (diff)
downloadgentoo-2-27af877d6122c76a2f197d606c33b9e6238192ab.tar.gz
gentoo-2-27af877d6122c76a2f197d606c33b9e6238192ab.tar.bz2
gentoo-2-27af877d6122c76a2f197d606c33b9e6238192ab.zip
[sys-cluster/glusterfs] Update init.d as asked by Elvanor
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/glusterfs/ChangeLog5
-rw-r--r--sys-cluster/glusterfs/files/glusterfs.initd3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-cluster/glusterfs/ChangeLog b/sys-cluster/glusterfs/ChangeLog
index 4efdc367fdb6..877ccd5053f4 100644
--- a/sys-cluster/glusterfs/ChangeLog
+++ b/sys-cluster/glusterfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/glusterfs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.5 2009/11/25 20:04:05 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.6 2009/12/02 21:37:33 alexxy Exp $
+
+ 02 Dec 2009; Alexey Shvetsov <alexxy@gentoo.org> files/glusterfs.initd:
+ Update init.d as asked by Elvanor
25 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> glusterfs-2.0.8.ebuild:
Update infiniband deps
diff --git a/sys-cluster/glusterfs/files/glusterfs.initd b/sys-cluster/glusterfs/files/glusterfs.initd
index eccb832fc89e..49c3a940ab0a 100644
--- a/sys-cluster/glusterfs/files/glusterfs.initd
+++ b/sys-cluster/glusterfs/files/glusterfs.initd
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/files/glusterfs.initd,v 1.2 2009/09/22 20:01:14 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/files/glusterfs.initd,v 1.3 2009/12/02 21:37:33 alexxy Exp $
if [[ "${SVCNAME}" != "glusterfs" ]]
then
@@ -24,6 +24,7 @@ depend() {
need net
[[ -n "${GLUSTERFS_MOUNTPOINT}" ]] && need fuse
use dns
+ before netmount
after firewall ntp-client ntpd
}