diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:12 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 25ae472d8b87452a3be5fa97339214701ad70032 (patch) | |
tree | 6421f2e7b642de546431ac45a1db6abad2f95c3f /sys-cluster | |
parent | sys-cluster/gearmand: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-25ae472d8b87452a3be5fa97339214701ad70032.tar.gz gentoo-25ae472d8b87452a3be5fa97339214701ad70032.tar.bz2 gentoo-25ae472d8b87452a3be5fa97339214701ad70032.zip |
sys-cluster/glusterfs: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster')
-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 3cb7c637163c..019b51dd1609 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 8d4d7b8257af..bd336519f710 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 bbb28a736d4f..5e8efb545783 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 0a974a8eae34..717ee79f6948 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 7f8759af594d..1f5bde65da12 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$ |