diff options
-rw-r--r-- | sys-cluster/glusterfs/files/glusterd-r1.initd | 2 | ||||
-rw-r--r-- | sys-cluster/glusterfs/files/glusterd-r2.initd | 2 | ||||
-rw-r--r-- | sys-cluster/glusterfs/files/glusterd.initd | 2 | ||||
-rw-r--r-- | sys-cluster/glusterfs/files/glusterfs-r1.initd | 2 | ||||
-rw-r--r-- | sys-cluster/glusterfs/files/glusterfs.initd | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys-cluster/glusterfs/files/glusterd-r1.initd b/sys-cluster/glusterfs/files/glusterd-r1.initd index 3cb7c637163..019b51dd160 100644 --- a/sys-cluster/glusterfs/files/glusterd-r1.initd +++ b/sys-cluster/glusterfs/files/glusterd-r1.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-cluster/glusterfs/files/glusterd-r2.initd b/sys-cluster/glusterfs/files/glusterd-r2.initd index 8d4d7b8257a..bd336519f71 100644 --- a/sys-cluster/glusterfs/files/glusterd-r2.initd +++ b/sys-cluster/glusterfs/files/glusterd-r2.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-cluster/glusterfs/files/glusterd.initd b/sys-cluster/glusterfs/files/glusterd.initd index bbb28a736d4..5e8efb54578 100644 --- a/sys-cluster/glusterfs/files/glusterd.initd +++ b/sys-cluster/glusterfs/files/glusterd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-cluster/glusterfs/files/glusterfs-r1.initd b/sys-cluster/glusterfs/files/glusterfs-r1.initd index 0a974a8eae3..717ee79f694 100644 --- a/sys-cluster/glusterfs/files/glusterfs-r1.initd +++ b/sys-cluster/glusterfs/files/glusterfs-r1.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-cluster/glusterfs/files/glusterfs.initd b/sys-cluster/glusterfs/files/glusterfs.initd index 7f8759af594..1f5bde65da1 100644 --- a/sys-cluster/glusterfs/files/glusterfs.initd +++ b/sys-cluster/glusterfs/files/glusterfs.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |