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
Maxim Sobolev 4dc35538ea Make galeon-config-tool working on FreeBSD.
Submitted by:	Alexander Leidinger <Alexander@Leidinger.net>
2001-09-27 15:13:40 +00:00

15 lines
350 B
Plaintext

$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