diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:38 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 02706fe6ed3d0c3b62dd03b634db882779002c79 (patch) | |
tree | 653ebcb8ce6085cc9252deedcdb4edf8069b41ee /net-analyzer/arpwatch | |
parent | net-analyzer/arpon: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-02706fe6ed3d0c3b62dd03b634db882779002c79.tar.gz gentoo-02706fe6ed3d0c3b62dd03b634db882779002c79.tar.bz2 gentoo-02706fe6ed3d0c3b62dd03b634db882779002c79.zip |
net-analyzer/arpwatch: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/arpwatch')
-rw-r--r-- | net-analyzer/arpwatch/files/arpwatch.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/arpwatch/files/arpwatch.initd b/net-analyzer/arpwatch/files/arpwatch.initd index 0a517e00c665..10a455344833 100644 --- a/net-analyzer/arpwatch/files/arpwatch.initd +++ b/net-analyzer/arpwatch/files/arpwatch.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |