diff options
author | rodolfo gouveia <rgouveia@cosmico.net> | 2014-09-21 18:36:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-22 08:23:48 +0700 |
commit | e9fe87324629aedb1f1b147f3ea1959dd031d2d9 (patch) | |
tree | f30ea2ac4e8b218bf6359b39e1d2b956f85db4ff /network/ufw/README | |
parent | d5747e4dd48cbebeac349d9f8f1b27b7501206fd (diff) | |
download | slackbuilds-e9fe87324629aedb1f1b147f3ea1959dd031d2d9.tar.gz |
network/ufw: New maintainer + script update.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ufw/README')
-rw-r--r-- | network/ufw/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/ufw/README b/network/ufw/README index a961024e11..4202149da4 100644 --- a/network/ufw/README +++ b/network/ufw/README @@ -5,8 +5,8 @@ its command interface, but provides an easy way to add or remove simple rules. To run ufw at boot you can add the following code to rc.local file: -if [ -x /etc/init.d/ufw ]; then -/etc/init.d/ufw start +if [ -x /lib/ufw/ufw-init ]; then +/lib/ufw/ufw-init start fi Rules can be added with ports, services or application names. To specify an |