[Pkg-sks-commit] r139 - sks/trunk/sks/debian/patches
chrism at alioth.debian.org
chrism at alioth.debian.org
Thu Jun 19 15:06:57 UTC 2008
Author: chrism
Date: 2008-06-19 15:06:56 +0000 (Thu, 19 Jun 2008)
New Revision: 139
Modified:
sks/trunk/sks/debian/patches/204_relative_links
Log:
[project @ 141]
start them with / tho
Original author: weasel
Date: 2004-04-21 19:10:06.360077+00:00
Modified: sks/trunk/sks/debian/patches/204_relative_links
===================================================================
--- sks/trunk/sks/debian/patches/204_relative_links 2008-06-19 15:06:37 UTC (rev 138)
+++ sks/trunk/sks/debian/patches/204_relative_links 2008-06-19 15:06:56 UTC (rev 139)
@@ -1,6 +1,6 @@
diff -ruN sks-1.0.7-old/htmlTemplates.ml sks-1.0.7/htmlTemplates.ml
--- sks-1.0.7-old/htmlTemplates.ml Wed Dec 10 03:12:34 2003
-+++ sks-1.0.7/htmlTemplates.ml Wed Apr 21 20:55:30 2004
++++ sks-1.0.7/htmlTemplates.ml Wed Apr 21 21:09:39 2004
@@ -47,13 +47,16 @@
(Str.global_replace br_regexp " | " title) title body
@@ -8,7 +8,7 @@
- sprintf "http://%s:%d/pks/lookup?op=%s%s%s&search=0x%s"
- hostname
- port
-+ let path = sprintf "pks/lookup?op=%s%s%s&search=0x%s"
++ let path = sprintf "/pks/lookup?op=%s%s%s&search=0x%s"
op
(if hash then "&hash=on" else "")
(if fingerprint then "&fingerprint=on" else "")
More information about the Pkg-sks-commit
mailing list