$OpenBSD: patch-misc_d_nswrap_sh,v 1.1 2001/01/18 16:41:27 naddy Exp $ --- misc_d/nswrap.sh.orig Wed Nov 8 03:04:46 2000 +++ misc_d/nswrap.sh Wed Nov 8 03:06:08 2000 @@ -10,7 +10,7 @@ # -remote Control a running Netscape session # -direct Start a new Netscape session (default) # -auth type "xhost", "xhost-xterminal", "xauth", "environment" -# or "none" (the default is "xhost"). +# or "none" (the default is "xauth"). # host The remote host where Netscape is to be run. # netscape_path the full path to the Netscape executable # args The URL to go to @@ -74,7 +74,7 @@ else RSH=rsh fi -default_auth_type=xhost # sites might want to change this +default_auth_type=xauth # sites might want to change this authenv= xhostvar= # used by auth type xhost-xterminal mode=dir