summaryrefslogtreecommitdiffstats
path: root/network/ufw/ufw.conf.patch
diff options
context:
space:
mode:
author Brenton Earl2016-07-22 08:34:08 +0200
committer Willy Sudiarto Raharjo2016-07-24 02:27:50 +0200
commitccc72cee9c8953f50772749d0ded2600c3aa4b10 (patch)
treef1881f90beb99a97c2d0ba19860abfe19fae728c /network/ufw/ufw.conf.patch
parent0a608a1e045c63e8b1968d3db3e3e70fafb7c293 (diff)
downloadslackbuilds-ccc72cee9c8953f50772749d0ded2600c3aa4b10.tar.gz
network/ufw: Updated for version 0.35.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/ufw/ufw.conf.patch')
-rw-r--r--network/ufw/ufw.conf.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/ufw/ufw.conf.patch b/network/ufw/ufw.conf.patch
new file mode 100644
index 0000000000..0b085ae82b
--- /dev/null
+++ b/network/ufw/ufw.conf.patch
@@ -0,0 +1,11 @@
+--- ufw-0.33.orig/conf/ufw.conf 2012-08-18 05:12:49.000000000 +0800
++++ ufw-0.33/conf/ufw.conf 2013-07-16 04:18:44.365425697 +0800
+@@ -3,7 +3,7 @@
+
+ # Set to yes to start on boot. If setting this remotely, be sure to add a rule
+ # to allow your remote connection before starting ufw. Eg: 'ufw allow 22/tcp'
+-ENABLED=no
++ENABLED=yes
+
+ # Please use the 'ufw' command to set the loglevel. Eg: 'ufw logging medium'.
+ # See 'man ufw' for details.