diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:48 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c5af95262caf3184e50a70db6f459ddd4b2a2155 (patch) | |
tree | 802e4ca0eb38fb1d005a4754a9d2ffb4dcd79ada /net-firewall/ufw | |
parent | net-firewall/shorewall: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c5af95262caf3184e50a70db6f459ddd4b2a2155.tar.gz gentoo-c5af95262caf3184e50a70db6f459ddd4b2a2155.tar.bz2 gentoo-c5af95262caf3184e50a70db6f459ddd4b2a2155.zip |
net-firewall/ufw: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-firewall/ufw')
-rw-r--r-- | net-firewall/ufw/files/ufw-2.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/ufw/files/ufw-2.initd b/net-firewall/ufw/files/ufw-2.initd index f8f03fa2ffcc..1c9d7d90385e 100644 --- a/net-firewall/ufw/files/ufw-2.initd +++ b/net-firewall/ufw/files/ufw-2.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |