r2: - fix debconf issue with openssl interactive
authorDinko Korunic <Dinko.Korunic@CARNet.hr>
Wed, 31 Oct 2007 16:14:34 +0000 (16:14 +0000)
committerDinko Korunic <Dinko.Korunic@CARNet.hr>
Wed, 31 Oct 2007 16:14:34 +0000 (16:14 +0000)
debian/changelog
debian/postinst

index e9c5635..6ee69a6 100644 (file)
@@ -1,3 +1,9 @@
+proftpd-cn (2:1.3.0-3) stable; urgency=low
+
+  * popravljen debconf problem sa interaktivnom skriptom (openssl)
+
+ -- Dinko Korunic <kreator@carnet.hr>  Wed, 31 Oct 2007 15:14:01 +0100
+
 proftpd-cn (2:1.3.0-2) stable; urgency=low
 
   * ispravno se puni ServerName
index bbd264c..988e081 100755 (executable)
@@ -156,10 +156,10 @@ defuse_old_postrm()
 
 defuse_old_postrm
 disable_anonymous
+make_ssl_cert
 fix_conf
 add_tls
 include_modules
-make_ssl_cert
 
 if [ -z "$2" ]; then
        echo "CN: Proftpd-cn is configured with disabled anonymous FTP access,"