diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:11 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 934e6b46b2d10afaaa5da072af9ffdafcd2e9b17 (patch) | |
tree | f6417adaffd857bd14c10c01b0e7ced1f09d7e65 /net-analyzer/scanlogd | |
parent | net-analyzer/sancp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-934e6b46b2d10afaaa5da072af9ffdafcd2e9b17.tar.gz gentoo-934e6b46b2d10afaaa5da072af9ffdafcd2e9b17.tar.bz2 gentoo-934e6b46b2d10afaaa5da072af9ffdafcd2e9b17.zip |
net-analyzer/scanlogd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/scanlogd')
-rw-r--r-- | net-analyzer/scanlogd/files/scanlogd.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/scanlogd/files/scanlogd.rc b/net-analyzer/scanlogd/files/scanlogd.rc index 8f3ff9f38534..8db810b8540e 100644 --- a/net-analyzer/scanlogd/files/scanlogd.rc +++ b/net-analyzer/scanlogd/files/scanlogd.rc @@ -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$ |