1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/galeon/files/patch-galeon-config-tool.in
Joe Marcus Clarke a03081bae3 Update to 1.2.1.
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-22 17:01:37 +00:00

12 lines
340 B
Plaintext

--- galeon-config-tool.in.orig Thu Mar 14 02:41:26 2002
+++ galeon-config-tool.in Sun Apr 21 18:11:28 2002
@@ -4,7 +4,7 @@
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