Merge lp://qastaging/~mathiaz/eucalyptus/k-fix-email-config into lp://qastaging/~ubuntu-core-dev/eucalyptus/ubuntu-karmic

Proposed by Mathias Gug
Status: Merged
Merged at revision: not available
Proposed branch: lp://qastaging/~mathiaz/eucalyptus/k-fix-email-config
Merge into: lp://qastaging/~ubuntu-core-dev/eucalyptus/ubuntu-karmic
Diff against target: 36 lines
2 files modified
debian/changelog (+2/-0)
debian/eucalyptus-cloud.postinst (+13/-0)
To merge this branch: bzr merge lp://qastaging/~mathiaz/eucalyptus/k-fix-email-config
Reviewer Review Type Date Requested Status
Dustin Kirkland  Needs Fixing
Review via email: mp+14336@code.qastaging.launchpad.net
To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Hrm, you have merge conflict messages in your diff. Is that intended?

review: Needs Fixing
721. By Mathias Gug

Merge karmic branch.

722. By Mathias Gug

Merge karmic branch.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-11-03 16:05:34 +0000
3+++ debian/changelog 2009-11-03 17:54:13 +0000
4@@ -19,6 +19,8 @@
5 instead of publishing the CC IP address via the service name (LP: #458904).
6 * debian/avahi-daemon.conf: ship a specific avahi-daemon configuration file
7 that doesn't publish IP addresses by default. (LP: #458904).
8+ * debian/eucalyptus-cloud.postinst: Fix postfix configuration to accept
9+ confirmation emails sent by eucalyptus (LP: #459101)
10
11 -- Thierry Carrez <thierry.carrez@ubuntu.com> Tue, 20 Oct 2009 12:26:19 +0200
12
13
14=== modified file 'debian/eucalyptus-cloud.postinst'
15--- debian/eucalyptus-cloud.postinst 2009-09-28 02:40:40 +0000
16+++ debian/eucalyptus-cloud.postinst 2009-11-03 17:54:13 +0000
17@@ -7,6 +7,19 @@
18 chmod 700 /var/lib/eucalyptus/db
19 fi
20
21+ # Update postfix configuration to accept confirmation emails sent
22+ # by eucalyptus - LP: #459101
23+ if dpkg --compare-versions "$2" lt 1.6~bzr931-0ubuntu7.1
24+ then
25+ if which postconf > /dev/null; then
26+ postconf -# "mynetworks"
27+ postconf -e "mynetworks_style=host"
28+ [ -x /usr/sbin/invoke-rc.d ] && INIT="/usr/sbin/invoke-rc.d postfix" \
29+ || INIT="/etc/init.d/postfix"
30+ ${INIT} reload
31+ fi
32+ fi
33+
34 if [ -e /etc/init/eucalyptus.conf ]; then
35 restart eucalyptus || :
36 fi

Subscribers

People subscribed via source and target branches

to all changes: