pkgsrc/www/firefox17/files/firefox.sh.in
ryoon 01be56c2fc Import firefox17-17.0.2 as www/firefox17.
Mozilla Firefox is a free, open-source and cross-platform web browser
for Windows, Linux, MacOS X and many other operating systems.

It is fast and easy to use, and offers many advantages over other web
browsers, such as tabbed browsing and the ability to block pop-up
windows.

Firefox also offers excellent bookmark and history management, and it
can be extended by developers using industry standards such as XML,
CSS, JavaScript, C++, etc. Many extensions are available.

This package tracks 17.0.x extended support release.
2013-01-10 16:20:09 +00:00

9 lines
322 B
Bash

#! /bin/sh
#
# $NetBSD: firefox.sh.in,v 1.1 2013/01/10 16:20:09 ryoon Exp $
#
# We currently overwrite the nsXULStub launcher with this wrapper script.
# The stub causes problems like HTTPS protocol not working.
# XXX to be investigated
exec @PREFIX@/lib/xulrunner17/xulrunner @PREFIX@/lib/firefox17/application.ini "$@"