diff -u vsftpd-2.0.6/debian/vsftpd.postinst vsftpd-2.0.6/debian/vsftpd.postinst
--- vsftpd-2.0.6/debian/vsftpd.postinst
+++ vsftpd-2.0.6/debian/vsftpd.postinst
@@ -10,6 +10,7 @@
 	  install -o root -g nogroup -m 0755 -d /home/ftp
 	fi
       fi
+      echo "#\n# This option specifies status of SSLv2 protocol. In Ubuntu, SSLv2 is\n# disabled on new installs of vsftpd.\n# If you wish to enable SSLv2, comment out this option.\nssl_sslv2=NO" >> /etc/vsftpd.conf
     fi
 
     # In 1.2.1-1, the default changed to standalone mode.  If the
diff -u vsftpd-2.0.6/debian/changelog vsftpd-2.0.6/debian/changelog
--- vsftpd-2.0.6/debian/changelog
+++ vsftpd-2.0.6/debian/changelog
@@ -1,3 +1,13 @@
+vsftpd (2.0.6-1.1ubuntu2) intrepid; urgency=low
+
+  * debian/vsftpd.postinst:
+    - add information about SSLv2 option and set it NO on new installs
+      in /etc/vsftpd.conf
+  * debian/README.Debian:
+    - add information about and how to enable or disable SSLv2 
+
+ -- Ante Karamatic <ivoks@ubuntu.com>  Tue, 22 Jul 2008 10:45:24 +0200
+
 vsftpd (2.0.6-1.1ubuntu1) intrepid; urgency=low
 
   * Merge from debian unstable, remaining changes:
diff -u vsftpd-2.0.6/debian/README.Debian vsftpd-2.0.6/debian/README.Debian
--- vsftpd-2.0.6/debian/README.Debian
+++ vsftpd-2.0.6/debian/README.Debian
@@ -50,6 +50,11 @@
 At a minimum you will need the "ssl_enable" option.  See the vsftpd.conf
 manual page for more SSL-related settings.
 
+On new installations of vsftpd in Ubuntu, SSLv2 is disabled. If you whish
+to enable it, comment out ssl_sslv2 option or set it up to YES. If you did
+an upgrade of vsftpd and whish to disable SSLv2, add ssl_sslv2=NO to your
+/etc/vsftpd.conf.
+
 
 On Linux systems, if capability support was disabled in the kernel or
 built as a module and not loaded, vsftpd will fail to run.  You'll see
