diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:16:47 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:16:47 -0500 |
commit | 68ab45e3f5b741d6e9ef415c8d0f4c83b5af5782 (patch) | |
tree | 4fdc5350beeae49a600f5f27b20d750eccdca3fb /net-misc/monmotha/files | |
parent | net-misc/midentd: remove old version (diff) | |
download | gentoo-68ab45e3f5b741d6e9ef415c8d0f4c83b5af5782.tar.gz gentoo-68ab45e3f5b741d6e9ef415c8d0f4c83b5af5782.tar.bz2 gentoo-68ab45e3f5b741d6e9ef415c8d0f4c83b5af5782.zip |
net-misc/monmotha: 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/monmotha/files')
-rw-r--r-- | net-misc/monmotha/files/monmotha.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/monmotha/files/monmotha.rc6 b/net-misc/monmotha/files/monmotha.rc6 index 50f31b9811cd..30bcca24ab19 100644 --- a/net-misc/monmotha/files/monmotha.rc6 +++ b/net-misc/monmotha/files/monmotha.rc6 @@ -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$ |