diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:39 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 85f4e215df783c4f68a8342633afa523dfc92a17 (patch) | |
tree | ab32076f04ad149e9e9c4425e394687a38de0ada /net-analyzer/barnyard | |
parent | net-analyzer/arpwatch: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-85f4e215df783c4f68a8342633afa523dfc92a17.tar.gz gentoo-85f4e215df783c4f68a8342633afa523dfc92a17.tar.bz2 gentoo-85f4e215df783c4f68a8342633afa523dfc92a17.zip |
net-analyzer/barnyard: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/barnyard')
-rw-r--r-- | net-analyzer/barnyard/files/barnyard.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/barnyard/files/barnyard.rc6 b/net-analyzer/barnyard/files/barnyard.rc6 index 15471aa62021..fddbb109bbe4 100644 --- a/net-analyzer/barnyard/files/barnyard.rc6 +++ b/net-analyzer/barnyard/files/barnyard.rc6 @@ -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$ |