diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:17 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4c61d4f78087dd21b5b78980ab6d5a9f62dbeb51 (patch) | |
tree | 961f7dbac664a5b1947d15041ffc1877d24c6e19 /net-misc | |
parent | net-misc/ptpd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4c61d4f78087dd21b5b78980ab6d5a9f62dbeb51.tar.gz gentoo-4c61d4f78087dd21b5b78980ab6d5a9f62dbeb51.tar.bz2 gentoo-4c61d4f78087dd21b5b78980ab6d5a9f62dbeb51.zip |
net-misc/quagga: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/quagga/files/quagga-services.init.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/quagga/files/quagga-services.init.3 b/net-misc/quagga/files/quagga-services.init.3 index 88255a5e99f1..845ecfe3327e 100644 --- a/net-misc/quagga/files/quagga-services.init.3 +++ b/net-misc/quagga/files/quagga-services.init.3 @@ -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$ |