Merge lp:~lars.duesing/ubuntu/quantal/aiccu/aiccu-1007408 into lp:ubuntu/quantal/aiccu

Proposed by Lars Düsing
Status: Merged
Merge reported by: James Page
Merged at revision: not available
Proposed branch: lp:~lars.duesing/ubuntu/quantal/aiccu/aiccu-1007408
Merge into: lp:ubuntu/quantal/aiccu
Diff against target: 29 lines (+9/-2)
2 files modified
debian/aiccu.upstart (+2/-2)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~lars.duesing/ubuntu/quantal/aiccu/aiccu-1007408
Reviewer Review Type Date Requested Status
James Page Approve
Ubuntu branches Pending
Review via email: mp+110498@code.launchpad.net

Description of the change

Fixed Bug LP: #1007408
getting default server tic.sixxs.net honoured by upstart-script.
Test-Case: comment out the "server tic.sixxs.net"-line in /etc/aiccu.conf

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

Hi Lars

LGTM - uploaded.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/aiccu.upstart'
--- debian/aiccu.upstart 2012-04-02 11:40:44 +0000
+++ debian/aiccu.upstart 2012-06-15 10:23:18 +0000
@@ -65,8 +65,8 @@
65 # Workaround race with local DNS services65 # Workaround race with local DNS services
66 server=$(grep "^server" /etc/aiccu.conf | awk '{ print $2 }')66 server=$(grep "^server" /etc/aiccu.conf | awk '{ print $2 }')
67 if [ -z "$server" ]; then67 if [ -z "$server" ]; then
68 log "No server configuration specified"68 log "No server configuration specified - defaulting to tic.sixxs.net"
69 exit 169 server="tic.sixxs.net"
70 fi70 fi
71 log "Checking access to $server: "71 log "Checking access to $server: "
72 count=072 count=0
7373
=== modified file 'debian/changelog'
--- debian/changelog 2012-06-10 10:34:01 +0000
+++ debian/changelog 2012-06-15 10:23:18 +0000
@@ -1,3 +1,10 @@
1aiccu (20070115-15ubuntu3) quantal; urgency=low
2
3 * upstart-script did not honour default server tic.sixxs.net
4 (LP: #1007408)
5
6 -- Lars Duesing <lars.duesing@camelotsweb.de> Fri, 15 Jun 2012 11:58:43 +0200
7
1aiccu (20070115-15ubuntu2) quantal; urgency=low8aiccu (20070115-15ubuntu2) quantal; urgency=low
29
3 * Add apport hook for /var/log/aiccu.log (LP: #1001432)10 * Add apport hook for /var/log/aiccu.log (LP: #1001432)

Subscribers

People subscribed via source and target branches

to all changes: