summaryrefslogtreecommitdiffstats
path: root/www/galeon/files/patch-galeon-config-tool.in
blob: baaed017f92a220340bfc51313fe09d94ae13b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- galeon-config-tool.in.orig	Sat Sep 15 14:58:19 2001
+++ galeon-config-tool.in	Thu Sep 27 18:10:38 2001
@@ -4,7 +4,7 @@
 
 clean () {
 
-    if ps hu -C galeon-bin | grep $USER &>/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
OpenPOWER on IntegriCloud