~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to debian/dovecot-common.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Marco Nenciarini
  • Date: 2009-12-17 10:52:53 UTC
  • mfrom: (1.13.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: james.westby@ubuntu.com-20091217105253-guybg5b34vmits39
* New upstream release.
* debian/patches/gold-fix.patch: Removed. Fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  SSL_KEY="/etc/ssl/private/dovecot.pem"
31
31
  
32
32
  # Generate new certs if needed
33
 
  if [ -e $SSL_CERT ] || [ -e $SSL_KEY ] || [ -n "$2" ]; then
 
33
  if [ -e $SSL_CERT ] || [ -e $SSL_KEY ]; then
34
34
    echo "You already have ssl certs for dovecot."
35
35
  else
36
36
    echo "Creating generic self-signed certificate: $SSL_CERT"