head	1.5;
access;
symbols
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	v0_0:1.1.1.1
	ache:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2002.10.17.10.14.04;	author trevor;	state dead;
branches;
next	1.4;

1.4
date	99.02.22.04.31.43;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	99.01.10.18.04.30;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	98.12.24.06.30.02;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	97.07.03.01.06.24;	author ache;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.07.03.01.06.24;	author ache;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Netscape 4.07 and 4.08 have multiple published security holes.
Please use Netscape 4.80 instead.
@
text
@--- ns-install.orig	Tue Nov  3 22:27:09 1998
+++ ns-install	Wed Jan 27 18:16:33 1999
@@@@ -120,6 +120,7 @@@@
 # Even though the user has already used gzip to extract the file (or
 # we wouldn't be here), make sure we can find it.
 #
+unset GZIP
 GZIP="gzip"
 flag=1
 while test ${flag} -eq 1
@@@@ -294,10 +295,10 @@@@
 	# avoid users having to set MOZILLA_JAVA_FONT_PROPERTY_PATH, or
 	# just assuming Java font-handling is broken.
 	#
-	if test ! -z "`ls /bin/uname`"
+	if test ! -z "`ls /usr/bin/uname`"
 	then
 		MOVE_FONTS="TRUE"
-		case `/bin/uname` in
+		case `/usr/bin/uname` in
 			AIX)
 				PLATFORM="aix"
 				;;
@@@@ -324,14 +325,6 @@@@
 	# Is this a virgin install?  If so, create the .netscape dir
 	# and put the default bookmark file in it.
 	#
-	if test ! -d ${HOME}/.netscape
-	then
-		# New install, or upgrade from 0.x or 1.x.
-		mkdir ${HOME}/.netscape
-		cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html
-		chmod 644 ${HOME}/.netscape/bookmarks.html
-		echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE}
-	fi
 fi
 
 echo ""
@@@@ -393,18 +386,6 @@@@
 then
 	echo "ERROR: Installation completed, but unable to update/create the product"
 	echo "       version registry."
-	echo ""
-	echo "       If you are installing ${PRODUCT} from a platform other than"
-	echo "       that for which this package is intended, 'vreg' will not be"
-	echo "       able to run.  If this is the case, you may run 'vreg' manually"
-	echo "       (to enable ASD) on the appropriate platform using the following"
-	echo "       commands:"
-	echo ""
-	awk '{printf("\techo \"%s\" >>/tmp/infile\n", $0)}' ${REG_INFILE}
-	echo "	${TARGET}/vreg ${TARGET}/${VREGISTRY} /tmp/infile"
-	echo ""
-	/bin/rm -f ns-install ${PACKAGE} ${REG_INFILE} core
-	exit 3
 fi
 
 echo ""
@


1.4
log
@Cleanups from maintainer.

PR:		9928
Submitted by:	maintainer
@
text
@@


1.3
log
@uname(1) is in /usr/bin.

PR:		9404
Submitted by:	maintainer
@
text
@d2 1
a2 1
+++ ns-install	Sat Jan  9 15:15:11 1999
d36 19
@


1.2
log
@Update to version 4.08.

PR:		8606
Submitted by:	Tom Hukins <tom@@eborcom.com>
@
text
@d2 1
a2 1
+++ ns-install	Sun Nov  8 17:33:36 1998
d11 13
@


1.1
log
@Initial revision
@
text
@d1 25
a25 41
*** ns-install.orig	Tue Jul  1 23:22:18 1997
--- ns-install	Wed Jul  2 22:55:02 1997
***************
*** 103,108 ****
--- 103,109 ----
  # Even though the user has already used gzip to extract the file (or
  # we wouldn't be here), make sure we can find it.
  #
+ unset GZIP
  GZIP="gzip"
  flag=1
  while test ${flag} -eq 1
***************
*** 264,276 ****
  	# Is this a virgin install?  If so, create the .netscape dir
  	# and put the default bookmark file in it.
  	#
! 	if test ! -d ${HOME}/.netscape
! 	then
! 		# New install, or upgrade from 0.x or 1.x.
! 		mkdir ${HOME}/.netscape
! 		cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html
! 		echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE}
! 	fi
  fi
  
  echo ""
--- 265,277 ----
  	# Is this a virgin install?  If so, create the .netscape dir
  	# and put the default bookmark file in it.
  	#
! #        if test ! -d ${HOME}/.netscape
! #        then
! #                # New install, or upgrade from 0.x or 1.x.
! #                mkdir ${HOME}/.netscape
! #                cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html
! #                echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE}
! #        fi
  fi
  
  echo ""
@


1.1.1.1
log
@Linux port because BSDI one cause division by zero
@
text
@@
