aboutsummaryrefslogtreecommitdiff
path: root/www/galeon2/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-27 15:13:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-27 15:13:40 +0000
commit4dc35538ea81e9607e37e068ef0738d4967b59f6 (patch)
treeec23ecc15f7ee592eca3741a4c66471a46bafbd6 /www/galeon2/files
parent705d59977f0e3134c975ea2793c4878e70bb0020 (diff)
downloadports-4dc35538ea81e9607e37e068ef0738d4967b59f6.tar.gz
ports-4dc35538ea81e9607e37e068ef0738d4967b59f6.zip
Notes
Diffstat (limited to 'www/galeon2/files')
-rw-r--r--www/galeon2/files/patch-galeon-config-tool.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/galeon2/files/patch-galeon-config-tool.in b/www/galeon2/files/patch-galeon-config-tool.in
new file mode 100644
index 000000000000..baaed017f92a
--- /dev/null
+++ b/www/galeon2/files/patch-galeon-config-tool.in
@@ -0,0 +1,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