summaryrefslogtreecommitdiffstats
path: root/network/ufw/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/ufw/README')
-rw-r--r--network/ufw/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/network/ufw/README b/network/ufw/README
index 4bd36b3621..54d8cd35bf 100644
--- a/network/ufw/README
+++ b/network/ufw/README
@@ -1,17 +1,17 @@
-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.
+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
fi
-Ufw comes with a number of common application profiles. Create additional
-application profiles under /etc/ufw/applications.d. Each profile should
-contain a list of rules which include a title, description, and port(s) or
-port range.
+Ufw comes with a number of common application profiles. Create
+additional application profiles under /etc/ufw/applications.d.
+Each profile should contain a list of rules which include a title,
+description, and port(s) or port range.
A custom application profile should look similar to this: