diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-12-02 21:37:33 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-12-02 21:37:33 +0000 |
commit | 15fb2a59c290c6fffa837210f721003eef1f2da5 (patch) | |
tree | 37c14358e3a3814c7f8053258dfd2dbf90179bb6 /sys-cluster/glusterfs/files | |
parent | Fix typo in ChangeLog (diff) | |
download | historical-15fb2a59c290c6fffa837210f721003eef1f2da5.tar.gz historical-15fb2a59c290c6fffa837210f721003eef1f2da5.tar.bz2 historical-15fb2a59c290c6fffa837210f721003eef1f2da5.zip |
[sys-cluster/glusterfs] Update init.d as asked by Elvanor
Package-Manager: portage-2.2_rc54/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/glusterfs/files')
-rw-r--r-- | sys-cluster/glusterfs/files/glusterfs.initd | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |