ufw/ufw-0.30.1-enabled_by_default.patch

13 lines
513 B
Diff

diff -Nru ufw-0.30.1.orig/conf/ufw.conf ufw-0.30.1/conf/ufw.conf
--- ufw-0.30.1.orig/conf/ufw.conf 2011-03-22 19:00:03.000000000 +0100
+++ ufw-0.30.1/conf/ufw.conf 2011-11-01 11:59:15.685309653 +0100
@@ -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.