Comment 3 for bug 63704

Revision history for this message
Kai Kasurinen (kai-kasurinen) wrote :

Thanks for the bug report.

I'm closing this bug because I believe it has been fixed in Feisty.

pxe (1.4.2-5) unstable; urgency=medium
 .
   * New email address.
   * Splittet out pidfile modifications from 03-gcc4.dpatch to 03-pidfile.dpatch.
   * Adapted patch from Lars Wirzenius <email address hidden> for unstable:
     - debian/postinst: Created. In addition to the usual stuff added by
       debhelper, we now create a Debian-pxe user.
     - debian/prerm: Created. Handle a failed upgrade from a previous version by
       manually killing the daemon and removing the pid file.
     - debian/postrm: Remove /var/run/pxe, /var/run/pxe/pxe.pid, and
       /var/run/pxe.pid.
     - debian/init.d: Create /var/run/pxe before starting the daemon, and chown
       it to the Debian-pxe user. Also, wait for the pid file to disappear when
       stopping (or restarting), instead of blindly assuming that one second is
       enough. Further, allow start-stop-daemon to not do anything (--oknodo)
       when doing "start", "stop", or the stopping part of "restart".
     - Closes: #376501.