diff options
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/swift/files/swift-account.initd | 2 | ||||
-rw-r--r-- | sys-cluster/swift/files/swift-container.initd | 2 | ||||
-rw-r--r-- | sys-cluster/swift/files/swift-object.initd | 2 | ||||
-rw-r--r-- | 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$ |