diff options
author | Brenton Earl <brent@exitstatusone.com> | 2016-07-22 01:34:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-24 07:27:50 +0700 |
commit | ccc72cee9c8953f50772749d0ded2600c3aa4b10 (patch) | |
tree | f1881f90beb99a97c2d0ba19860abfe19fae728c /network/ufw/ufw.conf.patch | |
parent | 0a608a1e045c63e8b1968d3db3e3e70fafb7c293 (diff) |
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.patch | 11 |
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 000000000000..0b085ae82b59 --- /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. |