[Pkg-sks-commit] r167 - in sks/trunk/sks/debian: . patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 15:15:37 UTC 2008


Author: chrism
Date: 2008-06-19 15:15:37 +0000 (Thu, 19 Jun 2008)
New Revision: 167

Modified:
   sks/trunk/sks/debian/changelog
   sks/trunk/sks/debian/patches/500_debian_fhs
Log:
[project @ 169]
Yet another fix with diff- files

Original author: weasel
Date: 2005-04-14 07:11:13.215181+00:00

Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog	2008-06-19 15:15:28 UTC (rev 166)
+++ sks/trunk/sks/debian/changelog	2008-06-19 15:15:37 UTC (rev 167)
@@ -1,3 +1,9 @@
+sks (1.0.9-0.5) UNRELEASED; urgency=low
+
+  * Fix 500_debian_fhs again.
+
+ -- Peter Palfrader <weasel at debian.org>  Thu, 14 Apr 2005 09:04:42 +0200
+
 sks (1.0.9-0.4) UNRELEASED; urgency=low
 
   * Fix 500_debian_fhs, so that we do not create a thousand

Modified: sks/trunk/sks/debian/patches/500_debian_fhs
===================================================================
--- sks/trunk/sks/debian/patches/500_debian_fhs	2008-06-19 15:15:28 UTC (rev 166)
+++ sks/trunk/sks/debian/patches/500_debian_fhs	2008-06-19 15:15:37 UTC (rev 167)
@@ -53,7 +53,7 @@
  	let hashes = hashconvert elements in
  	print_hashes (sockaddr_to_string http_addr) hashes;
 -	log_diffs (sprintf "diff-%s.txt" (sockaddr_to_name http_addr)) hashes;
-+	log_diffs (sprintf "/var/spool/sks/diff-%s.txt" (sockaddr_to_name addr)) hashes;
++	log_diffs (sprintf "/var/spool/sks/diff-%s.txt" (sockaddr_to_name http_addr)) hashes;
  	if List.length elements > 0 
  	then 
  	  begin




More information about the Pkg-sks-commit mailing list