2d478c90ec
- 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.
9 lines
195 B
Bash
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 "$@"
|