Hi, I've just NMUed tlsdate to fix #746606 as Jacob currently has no access to a key suitable to upload.
Please include this fix in the next regular upload. I've refrained from providing a GIT branch as the fix is too simple - see attached :) cheers, Holger
diff -Nru tlsdate-0.0.7/debian/changelog tlsdate-0.0.7/debian/changelog --- tlsdate-0.0.7/debian/changelog 2014-02-28 17:05:08.000000000 +0100 +++ tlsdate-0.0.7/debian/changelog 2014-06-15 15:44:45.000000000 +0200 @@ -1,3 +1,11 @@ +tlsdate (0.0.7-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Correctly set DAEMON path in debian/tlsdate.init to /usr/sbin. + (Closes: #746606) + + -- Holger Levsen <hol...@debian.org> Sun, 15 Jun 2014 13:44:43 +0000 + tlsdate (0.0.7-1) unstable; urgency=low * New upstream version. diff -Nru tlsdate-0.0.7/debian/tlsdate.init tlsdate-0.0.7/debian/tlsdate.init --- tlsdate-0.0.7/debian/tlsdate.init 2014-02-28 17:05:08.000000000 +0100 +++ tlsdate-0.0.7/debian/tlsdate.init 2014-06-15 15:05:58.000000000 +0200 @@ -22,7 +22,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="secure parasitic rdate replacement daemon" NAME=tlsdated -DAEMON=/usr/bin/tlsdated +DAEMON=/usr/sbin/tlsdated DAEMON_ARGS="" PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME
signature.asc
Description: This is a digitally signed message part.