diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-07-03 01:06:26 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-07-03 01:06:26 +0000 |
commit | 985e1a2c32de271f14cc2c07c42ad879ccbafe35 (patch) | |
tree | f3bc4792518daa327c419a5cae5762bac18f9245 /www/linux-netscape4/files/patch-aa | |
parent | Add fake @cwd /usr/local to not allow pkg_create to remove next (diff) |
Linux port because BSDI one cause division by zero
Notes
Notes:
svn path=/head/; revision=7200
Diffstat (limited to 'www/linux-netscape4/files/patch-aa')
-rw-r--r-- | www/linux-netscape4/files/patch-aa | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/www/linux-netscape4/files/patch-aa b/www/linux-netscape4/files/patch-aa new file mode 100644 index 000000000000..97f879710421 --- /dev/null +++ b/www/linux-netscape4/files/patch-aa @@ -0,0 +1,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 "" |