network/ufw: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
26e8644d76
commit
767ac13c7d
|
@ -2,7 +2,7 @@ Ufw (Uncomplicated Firewall) is program for managing a netfilter firewall.
|
|||
It provides a command line interface and aims to be uncomplicated and easy
|
||||
to use.
|
||||
|
||||
Add the following code to /etc/rc.local to start Ufw at boot time:
|
||||
Add the following code to /etc/rc.d/rc.local to start Ufw at boot time:
|
||||
|
||||
if [ -x /lib/ufw/ufw-init ]; then
|
||||
/lib/ufw/ufw-init start
|
||||
|
|
Loading…
Reference in New Issue