#! /bin/sh -e
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: a patch for SSL_CERT_FILE
if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch --dry-run -p0 < $0 && patch -f --no-backup-if-mismatch -p0 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p0 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac
exit 0
@DPATCH@
--- lynx_help/about_lynx.html.orgl Tue Oct 9 12:34:06 2001
+++ lynx_help/about_lynx.html Tue Oct 9 12:35:16 2001
@@ -54,10 +54,9 @@
is the work of developers on the
<A HREF="#lynx-dev_list"><EM>lynx-dev mailing list</EM></A>.
It is distributed
-<A HREF="COPYHEADER"
->without restrictions on usage or redistribution</A>
-under the <A HREF="COPYING">GNU
-General Public License (Version 2)</A>.
+without restrictions on usage or redistribution
+under the GNU
+General Public License (Version 2).
<P>Lynx was built over an early version of the Common Code Library
developed by the CERN WWW Project. That code is copyrighted by CERN.