diff options
Diffstat (limited to 'www/ns-remote/files/ns-open')
-rwxr-xr-x | www/ns-remote/files/ns-open | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ns-remote/files/ns-open b/www/ns-remote/files/ns-open index 8510f61eb62..e912e87f21b 100755 --- a/www/ns-remote/files/ns-open +++ b/www/ns-remote/files/ns-open @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: ns-open,v 1.4 2001/01/12 23:11:05 tron Exp $ +# $NetBSD: ns-open,v 1.5 2001/07/27 14:26:19 abs Exp $ # # Simple script to open a URL in Netscape, starting a new process if necessary # If a netscape process is not running it will look for a valid netscape @@ -8,7 +8,7 @@ # overridden by the user in the environment. if [ -z "$NETSCAPE_PREFERRED" ]; then - NETSCAPE_PREFERRED=communicator:navigator + NETSCAPE_PREFERRED=communicator:navigator:mozilla fi # Locate appropriate netscape binary and set NETSCAPE_BIN |