summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
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