summaryrefslogtreecommitdiff
path: root/sys-cluster/swift
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:34:23 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit6e56da1b09aa210fbc2de80192bef1fc2f62d87a (patch)
tree61a2f6df3413a32c6291606e1d731fd6f78296c0 /sys-cluster/swift
parent4fc4dfbcc7277427b30967acfa58cbcac6dd2120 (diff)
downloadgentoo-6e56da1b09aa210fbc2de80192bef1fc2f62d87a.tar.gz
gentoo-6e56da1b09aa210fbc2de80192bef1fc2f62d87a.tar.xz
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.initd2
-rw-r--r--sys-cluster/swift/files/swift-container.initd2
-rw-r--r--sys-cluster/swift/files/swift-object.initd2
-rw-r--r--sys-cluster/swift/files/swift-proxy.initd2
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 e515fcb36f2..f70950fe65d 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 0b2ff0857dd..74663785610 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 5fb6eb34aae..bb00d2bec80 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 3fbadf33fa3..2b96aca1ee6 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$