diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:51 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | fba3c613eb7194114cc88aae603487f7ce614031 (patch) | |
tree | 2f761e00b969a33be9e01f471a8eafe6c0590867 /net-analyzer/mrtg/files | |
parent | net-analyzer/metasploit: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-fba3c613eb7194114cc88aae603487f7ce614031.tar.gz gentoo-fba3c613eb7194114cc88aae603487f7ce614031.tar.bz2 gentoo-fba3c613eb7194114cc88aae603487f7ce614031.zip |
net-analyzer/mrtg: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/mrtg/files')
-rw-r--r-- | net-analyzer/mrtg/files/mrtg.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/mrtg/files/mrtg.rc b/net-analyzer/mrtg/files/mrtg.rc index deb3229a543a..c621410faed3 100644 --- a/net-analyzer/mrtg/files/mrtg.rc +++ b/net-analyzer/mrtg/files/mrtg.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |