diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-11 10:13:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-11 10:13:44 +0700 |
commit | 767ac13c7d4e1f0a2210309a423815a2e8c2a8aa (patch) | |
tree | ec5eea61e0e3b8ff6d0216c118ae02e906603719 /network/ufw | |
parent | 26e8644d765b8e256477e642e8f555c7a4383f58 (diff) |
network/ufw: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ufw')
-rw-r--r-- | network/ufw/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ufw/README b/network/ufw/README index 4bd36b3621998..fea8225679272 100644 --- a/network/ufw/README +++ b/network/ufw/README @@ -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 |