aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/cgi/pds.cgi
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-05-17 19:12:14 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-05-17 19:12:14 +0000
commit35babe0ae5c23c16f907986da4967475b3af2696 (patch)
tree486665ef5f0cb809aae4bd68fe4da0dc86f72ae0 /en_US.ISO8859-1/htdocs/cgi/pds.cgi
parentb884ae4ab115e45da57adb81a3e616b387b43201 (diff)
downloaddoc-35babe0ae5c23c16f907986da4967475b3af2696.tar.gz
doc-35babe0ae5c23c16f907986da4967475b3af2696.zip
- Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=38826
Diffstat (limited to 'en_US.ISO8859-1/htdocs/cgi/pds.cgi')
-rwxr-xr-xen_US.ISO8859-1/htdocs/cgi/pds.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/htdocs/cgi/pds.cgi b/en_US.ISO8859-1/htdocs/cgi/pds.cgi
index e54b30809d..1397b11bad 100755
--- a/en_US.ISO8859-1/htdocs/cgi/pds.cgi
+++ b/en_US.ISO8859-1/htdocs/cgi/pds.cgi
@@ -26,7 +26,7 @@
# pds.cgi - FreeBSD Ports download sources cgi script
# print a list of source files for a port
#
-# $FreeBSD: www/en/cgi/pds.cgi,v 1.13 2009/12/31 16:37:18 wosch Exp $
+# $FreeBSD$
sub escape($) { $_ = $_[0]; s/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g; $_; }