summaryrefslogtreecommitdiff
path: root/devel/oaf
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-21 00:57:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-21 00:57:41 +0000
commit1fb90709560eec58227abde72cd061993413f4df (patch)
treeb8bd6be3d7a76125a7690a30ef5360f84516dd6f /devel/oaf
parentUse USE_PYTHON, PYTHON_VERSION. (diff)
Kill oafd upon exit -- this was causing the gconf build to leave
ssh hanging forever waiting for the process to terminate. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=32914
Diffstat (limited to 'devel/oaf')
-rw-r--r--devel/oaf/pkg-plist1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/oaf/pkg-plist b/devel/oaf/pkg-plist
index f112aceee317..bf6236be5530 100644
--- a/devel/oaf/pkg-plist
+++ b/devel/oaf/pkg-plist
@@ -33,3 +33,4 @@ share/locale/tr/LC_MESSAGES/oaf.mo
@unexec rmdir %D/share/gnome 2>/dev/null || true
@dirrm include/liboaf
@dirrm etc/oaf
+@unexec ps gx | grep '[0-9]:[0-9][0-9]\.[0-9][0-9] oafd --ac-activate' | awk '{print $1}' | xargs kill 2>/dev/null || true