diff -Nru sysvinit-2.88dsf/debian/changelog sysvinit-2.88dsf/debian/changelog --- sysvinit-2.88dsf/debian/changelog 2015-01-07 13:00:22.000000000 +0000 +++ sysvinit-2.88dsf/debian/changelog 2015-01-07 14:21:44.000000000 +0000 @@ -1,3 +1,9 @@ +sysvinit (2.88dsf-53.2ubuntu5) vivid; urgency=medium + + * Fix syntax error introduced in previous upload. + + -- Iain Lane Wed, 07 Jan 2015 14:21:44 +0000 + sysvinit (2.88dsf-53.2ubuntu4) vivid; urgency=medium * debian/src/sysv-rc/sbin/invoke-rc.d: diff -Nru sysvinit-2.88dsf/debian/src/sysv-rc/sbin/invoke-rc.d sysvinit-2.88dsf/debian/src/sysv-rc/sbin/invoke-rc.d --- sysvinit-2.88dsf/debian/src/sysv-rc/sbin/invoke-rc.d 2015-01-07 12:54:09.000000000 +0000 +++ sysvinit-2.88dsf/debian/src/sysv-rc/sbin/invoke-rc.d 2015-01-07 14:21:14.000000000 +0000 @@ -572,8 +572,7 @@ # action to avoid the previous prerm to fail on upgrade, # as there is no running job to stop or restart. _state=$(systemctl -p LoadState show "${UNIT}" 2>/dev/null) - if [ "$_state" = "LoadState=not-found" ] && [ -e "/etc/init/${INITSCRIPTID}.conf" ]; t -hen + if [ "$_state" = "LoadState=not-found" ] && [ -e "/etc/init/${INITSCRIPTID}.conf" ]; then printerror ${UNIT} doesn\'t exist but the upstart job does. Nothing to start or st op until a systemd or init job is present. exit 0