diff -u apport-1.9.3/debian/changelog apport-1.9.3/debian/changelog --- apport-1.9.3/debian/changelog +++ apport-1.9.3/debian/changelog @@ -1,3 +1,11 @@ +apport (1.9.3-0ubuntu4.2) karmic-proposed; urgency=low + + * etc/default/apport: Replace the old init.d force_start command by + the Upstart one. (LP: 476513) + * debian/apport.upstart: If $force_start=1 is given then run the job. + + -- Micah Gersten Tue, 01 Dec 2009 00:53:55 -0600 + apport (1.9.3-0ubuntu4.1) karmic-proposed; urgency=low * Add debian/apport.preinst: Clean up after update-manager erroneously diff -u apport-1.9.3/debian/apport.upstart apport-1.9.3/debian/apport.upstart --- apport-1.9.3/debian/apport.upstart +++ apport-1.9.3/debian/apport.upstart @@ -12,7 +12,7 @@ pre-start script . /etc/default/apport - [ "$enabled" = "1" ] + [ "$enabled" = "1" ] || [ "$force_start" = "1" ] mkdir -p -m 1777 /var/crash diff -u apport-1.9.3/etc/default/apport apport-1.9.3/etc/default/apport --- apport-1.9.3/etc/default/apport +++ apport-1.9.3/etc/default/apport @@ -1,6 +1,6 @@ # set this to 0 to disable apport, or to 1 to enable it # you can temporarily override this with -# sudo force_start=1 /etc/init.d/apport start +# sudo service apport start force_start=1 enabled=0 # set maximum core dump file size (default: 209715200 bytes == 200 MB)