From: Austin English Date: Wed, 18 May 2016 06:34:12 +0000 (-0500) Subject: sys-cluster/glusterfs: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=25ae472d8b87452a3be5fa97339214701ad70032;p=gentoo.git sys-cluster/glusterfs: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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$