diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-12-24 06:30:02 +0000 | 
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-12-24 06:30:02 +0000 | 
| commit | 78b982f389ac201fd387d2928aa1f8cd60ac2cc7 (patch) | |
| tree | 66fa8f7c0cd51e82f1f98ec3256c2542ca9940ba /www/linux-netscape4/files/patch-aa | |
| parent | Add the seahaven towers game. This is yet another solitare games, but (diff) | |
Update to version 4.08.
PR:		8606
Submitted by:	Tom Hukins <tom@eborcom.com>
Notes
Notes:
    svn path=/head/; revision=15551
Diffstat (limited to 'www/linux-netscape4/files/patch-aa')
| -rw-r--r-- | www/linux-netscape4/files/patch-aa | 66 | 
1 files changed, 25 insertions, 41 deletions
diff --git a/www/linux-netscape4/files/patch-aa b/www/linux-netscape4/files/patch-aa index 97f879710421..02ca253ed838 100644 --- a/www/linux-netscape4/files/patch-aa +++ b/www/linux-netscape4/files/patch-aa @@ -1,41 +1,25 @@ -*** 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 "" +--- ns-install.orig	Tue Nov  3 22:27:09 1998 ++++ ns-install	Sun Nov  8 17:33:36 1998 +@@ -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 +@@ -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 ""  | 
