path: dns-flood-detector_1.20-8/debian/preinst # generate correct pid file, for versions where was non or incorrect if [ "$1" = "upgrade" ] && [ "$2" ] && dpkg --compare-versions "$2" <= "1.12-1"; then pidof dns-flood-detector > /var/run/dns-flood-detector.pid fi #DEBHELPER# path: dns-flood-detector_1.20-8/debian/init.d start-stop-daemon --start --quiet --pidfile \ /var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS /bin/pidof $DAEMON > /var/run/$NAME.pid echo "$NAME." ;; path: dns-flood-detector_1.20-8/debian/init.d start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ --exec $DAEMON -- $DAEMON_OPTS /bin/pidof $DAEMON > /var/run/$NAME.pid echo "$NAME." ;; path: dns-flood-detector_1.20-8/debian/changelog * bump standards version to 3.7.3 (no changes needed) * change copyright of packaging to 2008 in debian/copyright * get rid of 'ps aux' in init script and preinst, using pidof instead -- Jan Wagner Mon, 14 Apr 2008 22:39:46 +0200 path: dns-flood-detector_1.20-8/debian/changelog * Updating standards version to 3.8.2, no changes needed * remove absolute path of pidof from preinst -- Jan Wagner Sun, 26 Jul 2009 00:31:45 +0200