=== modified file 'debian/aiccu.upstart' --- debian/aiccu.upstart 2012-04-02 11:40:44 +0000 +++ debian/aiccu.upstart 2012-06-22 14:10:01 +0000 @@ -65,8 +65,8 @@ # Workaround race with local DNS services server=$(grep "^server" /etc/aiccu.conf | awk '{ print $2 }') if [ -z "$server" ]; then - log "No server configuration specified" - exit 1 + log "No server configuration specified - defaulting to tic.sixxs.net" + server="tic.sixxs.net" fi log "Checking access to $server: " count=0 === modified file 'debian/changelog' --- debian/changelog 2012-06-11 15:31:22 +0000 +++ debian/changelog 2012-06-22 14:13:03 +0000 @@ -1,3 +1,10 @@ +aiccu (20070115-14.1ubuntu3.2) precise-proposed; urgency=low + + * upstart-script did not honour default server tic.sixxs.net + (LP: #1007408) + + -- Lars Duesing Fri, 22 Jun 2012 16:11:05 +0200 + aiccu (20070115-14.1ubuntu3.1) precise-security; urgency=low * SECURITY UPDATE: Remove personal data (username, password, tunnel_id)