13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
$OpenBSD: patch-galeon-config-tool_in,v 1.3 2005/03/29 19:33:40 wilfried Exp $
|
|
--- galeon-config-tool.in.orig Thu Mar 14 08:40:24 2002
|
|
+++ galeon-config-tool.in Tue Jan 18 21:40:23 2005
|
|
@@ -4,7 +4,7 @@ prefix=@prefix@
|
|
|
|
clean () {
|
|
|
|
- if ps hu -C galeon-bin | grep `id -un` >/dev/null 2>&1; then
|
|
+ if ps | awk '{print $5}' | grep -q galeon-bin; then
|
|
echo "Sorry, this script won't work while galeon is running"
|
|
|
|
else
|