summaryrefslogtreecommitdiff
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/files
parentnet-misc/openvpn: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-c802decf2baac59b71d7691eacd4e94d747feadd.tar.gz
gentoo-c802decf2baac59b71d7691eacd4e94d747feadd.tar.bz2
gentoo-c802decf2baac59b71d7691eacd4e94d747feadd.zip
net-misc/openvswitch: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/openvswitch/files')
-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 1fedaacf443d..e6e825964027 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 643d5fd0cc77..edb34780b030 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 9a8ca016287d..352dcb6a6458 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$