Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (fe44b202a76b20e42cc9a2b3e1d0cfb315804c6f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (fe44b202a76b20e42cc9a2b3e1d0cfb315804c6f)
  • Date: Sat, 22 Sep 2007 09:54:12 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

http/firefox/HISTORY | 3 +++
http/firefox/firefox | 10 ++--------
2 files changed, 5 insertions(+), 8 deletions(-)

New commits:
commit fe44b202a76b20e42cc9a2b3e1d0cfb315804c6f
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

firefox: firefox script: removed obsolete xfeDoCommand code

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 556bb72..0497834 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2007-09-22 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
+ * firefox: removed obsolete xfeDoCommand code.
+
2007-09-19 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 2.0.0.7, SECURITY_PATCH=11

http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.7
diff --git a/http/firefox/firefox b/http/firefox/firefox
index ec8066c..dd837b9 100644
--- a/http/firefox/firefox
+++ b/http/firefox/firefox
@@ -7,16 +7,10 @@
# http://lists.freebsd.org/pipermail/freebsd-gnome/2004-October/008443.html
#
export LD_LIBRARY_PATH=/usr/lib/firefox
-remote=""
-if /usr/lib/firefox/firefox-bin -remote "ping()" > /dev/null 2>&1 ; then
- if [ -z "$@" ] ; then
- remote='-remote xfeDoCommand(openBrowser)'
- fi
-fi

if [ $USE_AOSS_WRAPPER ] &&
[ -x /usr/bin/aoss ]; then
- /usr/bin/aoss /usr/lib/firefox/firefox-bin $remote "$@"
+ /usr/bin/aoss /usr/lib/firefox/firefox-bin "$@"
else
- /usr/lib/firefox/firefox-bin $remote "$@"
+ /usr/lib/firefox/firefox-bin "$@"
fi



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (fe44b202a76b20e42cc9a2b3e1d0cfb315804c6f), Ethan Grammatikidis, 09/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page