From c802decf2baac59b71d7691eacd4e94d747feadd Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:32:14 -0500 Subject: [PATCH] net-misc/openvswitch: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-misc/openvswitch/files/ovs-controller-r1 | 2 +- net-misc/openvswitch/files/ovs-vswitchd-r1 | 2 +- net-misc/openvswitch/files/ovsdb-server-r1 | 2 +- 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$ -- 2.26.2