diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:14 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c802decf2baac59b71d7691eacd4e94d747feadd (patch) | |
tree | 460a5bc80439add3144a90ff4db9cf37e8285947 /net-misc/openvswitch | |
parent | net-misc/openvpn: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/openvswitch/files/ovs-controller-r1 | 2 | ||||
-rw-r--r-- | net-misc/openvswitch/files/ovs-vswitchd-r1 | 2 | ||||
-rw-r--r-- | 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$ |