From 6e56da1b09aa210fbc2de80192bef1fc2f62d87a Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:34:23 -0500 Subject: [PATCH] sys-cluster/swift: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-cluster/swift/files/swift-account.initd | 2 +- sys-cluster/swift/files/swift-container.initd | 2 +- sys-cluster/swift/files/swift-object.initd | 2 +- sys-cluster/swift/files/swift-proxy.initd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/swift/files/swift-account.initd b/sys-cluster/swift/files/swift-account.initd index e515fcb36f2b..f70950fe65d6 100644 --- a/sys-cluster/swift/files/swift-account.initd +++ b/sys-cluster/swift/files/swift-account.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/swift/files/swift-container.initd b/sys-cluster/swift/files/swift-container.initd index 0b2ff0857ddc..74663785610e 100644 --- a/sys-cluster/swift/files/swift-container.initd +++ b/sys-cluster/swift/files/swift-container.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/swift/files/swift-object.initd b/sys-cluster/swift/files/swift-object.initd index 5fb6eb34aae4..bb00d2bec807 100644 --- a/sys-cluster/swift/files/swift-object.initd +++ b/sys-cluster/swift/files/swift-object.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/swift/files/swift-proxy.initd b/sys-cluster/swift/files/swift-proxy.initd index 3fbadf33fa3e..2b96aca1ee64 100644 --- a/sys-cluster/swift/files/swift-proxy.initd +++ b/sys-cluster/swift/files/swift-proxy.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$ -- 2.26.2