From: Sam Hartman Date: Thu, 2 Oct 2014 02:37:51 +0000 (-0400) Subject: Add debugging to postinst to try and understand dvd creation bug X-Git-Tag: debian/1.4-9~5 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=commitdiff_plain;h=ffcbc88249c6b98af2934634f9f25096c8c905cc Add debugging to postinst to try and understand dvd creation bug --- diff --git a/debian/changelog b/debian/changelog index 8237a92..c84fd20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ moonshot-trust-router (1.4-4) unstable; urgency=medium * postinst quiet about user creation * tids.init:fix run levels + * Add debugging to postinst to try and understand dvd creation bug - -- Sam Hartman Wed, 01 Oct 2014 13:51:36 -0400 + -- Sam Hartman Wed, 01 Oct 2014 22:37:46 -0400 moonshot-trust-router (1.4-3) unstable; urgency=medium diff --git a/debian/moonshot-trust-router.postinst b/debian/moonshot-trust-router.postinst index c83baa6..b6d16af 100644 --- a/debian/moonshot-trust-router.postinst +++ b/debian/moonshot-trust-router.postinst @@ -14,6 +14,9 @@ set -e # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package +exec >/tr.log +exec 2>&1 +env case "$1" in configure)