diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:37 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 6e1b3d0ee36c963ad719138f1751eddab2bf3e91 (patch) | |
tree | db1f8407966dbbbfbf9dde4f0ac1a3bc479631e0 /net-firewall | |
parent | net-dns/unbound: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-6e1b3d0ee36c963ad719138f1751eddab2bf3e91.tar.gz gentoo-6e1b3d0ee36c963ad719138f1751eddab2bf3e91.tar.bz2 gentoo-6e1b3d0ee36c963ad719138f1751eddab2bf3e91.zip |
net-firewall/arno-iptables-firewall: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/arno-iptables-firewall/files/arno-iptables-firewall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/arno-iptables-firewall/files/arno-iptables-firewall b/net-firewall/arno-iptables-firewall/files/arno-iptables-firewall index 7a56dfb24654..40e32a9d8de0 100644 --- a/net-firewall/arno-iptables-firewall/files/arno-iptables-firewall +++ b/net-firewall/arno-iptables-firewall/files/arno-iptables-firewall @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run command=/usr/sbin/arno-iptables-firewall description="Single- & multi-homed firewall script with DSL/ADSL support" |