path: ps-watcher_1.08-12/debian/changelog ps-watcher (1.06-11) unstable; urgency=low * removed use of pidof from restart|force-reload init-script target, since daemon has pidfile support and it never worked anyways (Closes: #500741) path: ps-watcher_1.08-12/debian/changelog daemon * adjust init script since the daemon supports writing pidfiles * make use of pidof in preinst * move copy of config.guess and and config.sub into config.status target path: ps-watcher_1.08-12/debian/changelog * created NEWS.Debian * bump standards version to 3.8.2 (no changes needed) * calling pidof in preinst without absolute path * adjust lintian overrides for config* files path: ps-watcher_1.08-12/debian/preinst # generate correct pid file, for versions where was non or incorrect if [ "$1" = "upgrade" ] && [ "$2" ] && dpkg --compare-versions "$2" le "1.06-6"; then pidof ps-watcher > /var/run/ps-watcher.pid fi #DEBHELPER#