13 lines
457 B
Plaintext
13 lines
457 B
Plaintext
$OpenBSD: patch-galeon-config-tool_in,v 1.2 2004/01/18 10:49:52 wilfried Exp $
|
|
--- galeon-config-tool.in.orig 2002-03-14 08:37:24.000000000 +0100
|
|
+++ galeon-config-tool.in 2003-12-12 16:54:12.000000000 +0100
|
|
@@ -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
|