diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:35 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 82500e73b893cd1443c1857ccac7a777df7e5a91 (patch) | |
tree | bda6b814169ca9640677f0eb2de4639d0040b252 /net-misc/bopm | |
parent | net-misc/bird: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-82500e73b893cd1443c1857ccac7a777df7e5a91.tar.gz gentoo-82500e73b893cd1443c1857ccac7a777df7e5a91.tar.bz2 gentoo-82500e73b893cd1443c1857ccac7a777df7e5a91.zip |
net-misc/bopm: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/bopm')
-rw-r--r-- | net-misc/bopm/files/bopm.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/bopm/files/bopm.init.d b/net-misc/bopm/files/bopm.init.d index 2bf7c5dcd1d6..bf036840bd5c 100644 --- a/net-misc/bopm/files/bopm.init.d +++ b/net-misc/bopm/files/bopm.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |