diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:37 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 7b256fbe4acd6881cf54f7c0177be15bffff9423 (patch) | |
tree | 591adeaa36496f92e653a431067e2ee8b66c3a5a /net-misc | |
parent | net-misc/uftp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-7b256fbe4acd6881cf54f7c0177be15bffff9423.tar.gz gentoo-7b256fbe4acd6881cf54f7c0177be15bffff9423.tar.bz2 gentoo-7b256fbe4acd6881cf54f7c0177be15bffff9423.zip |
net-misc/vde: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vde/files/vde.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/vde/files/vde.init b/net-misc/vde/files/vde.init index 9a1500eeae9e..8b2419d57050 100644 --- a/net-misc/vde/files/vde.init +++ b/net-misc/vde/files/vde.init @@ -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$ |