[ps-watcher] 40/88: foo

Jan Wagner waja at alioth.debian.org
Fri Nov 8 23:06:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository ps-watcher.

commit 1d902759cf33a4505b0de055eb3923a9c0991c12
Author: Jan Wagner <waja at cyconet.org>
Date:   Fri Jul 6 21:15:18 2007 +0000

    foo
---
 debian/preinst |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/preinst b/debian/preinst
new file mode 100755
index 0000000..513e294
--- /dev/null
+++ b/debian/preinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+# generate correct pid file, for versions where was non or incorrect
+if [ "$1" = "upgrade" ] && [ "$2" ] && dpkg --compare-versions "$2" <= "1.06-6"; then
+	ps aux | grep /usr/bin/ps-watcher | head -1 | awk '{ print $2 }' > /var/run/ps-watcher.pid
+fi
+#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ps-watcher.git



More information about the Pkg-perl-cvs-commits mailing list