diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:07:50 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:08:37 -0500 |
commit | 44c9289ba797653d62f7e08233e6dbdf187be263 (patch) | |
tree | 8fd827bb0d5d0d080db40e7b5a7be0f0f818816f /net-misc/mdidentd/files/mdidentd.init.d | |
parent | net-misc/linux-identd: remove old version (diff) | |
download | gentoo-44c9289ba797653d62f7e08233e6dbdf187be263.tar.gz gentoo-44c9289ba797653d62f7e08233e6dbdf187be263.tar.bz2 gentoo-44c9289ba797653d62f7e08233e6dbdf187be263.zip |
net-misc/mdidentd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/mdidentd/files/mdidentd.init.d')
-rw-r--r-- | net-misc/mdidentd/files/mdidentd.init.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/mdidentd/files/mdidentd.init.d b/net-misc/mdidentd/files/mdidentd.init.d index a21e287d6fe1..8144c09c94be 100644 --- a/net-misc/mdidentd/files/mdidentd.init.d +++ b/net-misc/mdidentd/files/mdidentd.init.d @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |