On 02/06/12 12:29, Serafeim Zanikolas wrote: > In any case, the solution is simple: invoke reconf-inetd right after > update-inetd in postinst.
That is a simple solution, thanks. > On a different topic, nyancat/1.0+git20120519.5fe3de9-1 checks for only a > specific release: > > if [ "$2" = "0.1+git20120401.5a88b86-1" ]; then > > whereas ideally it'd take action on any release less than or equal to that. > (perhaps that's not relevant to nyancat, but it'd be nice to get it right, > because I suspect that other maintainers will copy from it) I think you might have checked an older version; The latest version contains the following check: if dpkg --compare-versions "$2" lt "1.0+git20120523.99dc310-1"; then Thanks for the comments; I'll upload a new version which forces a reconf-inetd update in a few minutes. Thanks, Jon -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4fca20d6.90...@gmail.com