diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-17 10:14:05 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-17 10:14:05 +0000 |
commit | e48ad0f9dab86fe956af8bbe3956241db75e39d5 (patch) | |
tree | a2033e75a8ad51c36ec49253e54d15f76a7a53ee /www/linux-netscape4/files/patch-aa | |
parent | Update for acpica-unix-20021002. (diff) |
Netscape 4.07 and 4.08 have multiple published security holes.
Please use Netscape 4.80 instead.
Diffstat (limited to 'www/linux-netscape4/files/patch-aa')
-rw-r--r-- | www/linux-netscape4/files/patch-aa | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/www/linux-netscape4/files/patch-aa b/www/linux-netscape4/files/patch-aa deleted file mode 100644 index 2e9ea2596e88..000000000000 --- a/www/linux-netscape4/files/patch-aa +++ /dev/null @@ -1,57 +0,0 @@ ---- 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 "" |