summaryrefslogtreecommitdiff
path: root/net-misc/openvswitch
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:32:14 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commitc802decf2baac59b71d7691eacd4e94d747feadd (patch)
tree460a5bc80439add3144a90ff4db9cf37e8285947 /net-misc/openvswitch
parent2948f328412b55770e135bb8a49e398101581019 (diff)
downloadgentoo-c802decf2baac59b71d7691eacd4e94d747feadd.tar.gz
gentoo-c802decf2baac59b71d7691eacd4e94d747feadd.tar.xz
net-misc/openvswitch: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r--net-misc/openvswitch/files/ovs-controller-r12
-rw-r--r--net-misc/openvswitch/files/ovs-vswitchd-r12
-rw-r--r--net-misc/openvswitch/files/ovsdb-server-r12
3 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/openvswitch/files/ovs-controller-r1 b/net-misc/openvswitch/files/ovs-controller-r1
index 1fedaacf443..e6e82596402 100644
--- a/net-misc/openvswitch/files/ovs-controller-r1
+++ b/net-misc/openvswitch/files/ovs-controller-r1
@@ -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/net-misc/openvswitch/files/ovs-vswitchd-r1 b/net-misc/openvswitch/files/ovs-vswitchd-r1
index 643d5fd0cc7..edb34780b03 100644
--- a/net-misc/openvswitch/files/ovs-vswitchd-r1
+++ b/net-misc/openvswitch/files/ovs-vswitchd-r1
@@ -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/net-misc/openvswitch/files/ovsdb-server-r1 b/net-misc/openvswitch/files/ovsdb-server-r1
index 9a8ca016287..352dcb6a645 100644
--- a/net-misc/openvswitch/files/ovsdb-server-r1
+++ b/net-misc/openvswitch/files/ovsdb-server-r1
@@ -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$