summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-12-11 04:13:44 +0100
committer Willy Sudiarto Raharjo2021-12-11 04:13:44 +0100
commit767ac13c7d4e1f0a2210309a423815a2e8c2a8aa (patch)
treeec5eea61e0e3b8ff6d0216c118ae02e906603719 /network
parent26e8644d765b8e256477e642e8f555c7a4383f58 (diff)
downloadslackbuilds-767ac13c7d4e1f0a2210309a423815a2e8c2a8aa.tar.gz
network/ufw: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/ufw/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ufw/README b/network/ufw/README
index 4bd36b3621..fea8225679 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