diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:23 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 6e56da1b09aa210fbc2de80192bef1fc2f62d87a (patch) | |
tree | 61a2f6df3413a32c6291606e1d731fd6f78296c0 /sys-cluster/swift | |
parent | sys-cluster/slurm: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-6e56da1b09aa210fbc2de80192bef1fc2f62d87a.tar.gz gentoo-6e56da1b09aa210fbc2de80192bef1fc2f62d87a.tar.bz2 gentoo-6e56da1b09aa210fbc2de80192bef1fc2f62d87a.zip |
sys-cluster/swift: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/swift')
-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$ |