openbsd-ports/www/netscape/communicator/files/netscape.i386
brad 2d478c90ec - upgrade BSD/OS binary to 4.75 of Netscape Communicator/Navigator
- remove the SunOS binary, unfortunately Netscape has dropped support for
SunOS and this old binary has quite a few security issues. I don't see it
fit to be included in the tree anymore at any cost.
2000-08-31 10:04:36 +00:00

9 lines
195 B
Bash

#!/bin/sh
# $OpenBSD: netscape.i386,v 1.2 2000/08/31 10:04:38 brad Exp $
#
# Wrapper for Netscape Communicator.
MOZILLA_HOME=@netscape_home@
export MOZILLA_HOME
exec $MOZILLA_HOME/netscape "$@"