diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:06 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4a7b86642e9490720389af8234c263151a23a218 (patch) | |
tree | ca3f52f8e305dd49a170131c19b1387cb8e3b20f /net-analyzer/pmacct | |
parent | net-analyzer/p0f: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4a7b86642e9490720389af8234c263151a23a218.tar.gz gentoo-4a7b86642e9490720389af8234c263151a23a218.tar.bz2 gentoo-4a7b86642e9490720389af8234c263151a23a218.zip |
net-analyzer/pmacct: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r-- | net-analyzer/pmacct/files/pmacctd-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/pmacct/files/pmacctd-init.d b/net-analyzer/pmacct/files/pmacctd-init.d index 0c3fb905bd94..ce1e6bded000 100644 --- a/net-analyzer/pmacct/files/pmacctd-init.d +++ b/net-analyzer/pmacct/files/pmacctd-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |