[Pkg-sks-commit] r190 - sks/trunk/sks/debian

chrism at alioth.debian.org chrism at alioth.debian.org
Tue Aug 19 12:21:29 UTC 2008


Author: chrism
Date: 2008-08-19 12:21:28 +0000 (Tue, 19 Aug 2008)
New Revision: 190

Modified:
   sks/trunk/sks/debian/README.Debian
   sks/trunk/sks/debian/changelog
   sks/trunk/sks/debian/sks.cron.daily
Log:
releasing version 1.1.0-4

Modified: sks/trunk/sks/debian/README.Debian
===================================================================
--- sks/trunk/sks/debian/README.Debian	2008-06-24 15:37:29 UTC (rev 189)
+++ sks/trunk/sks/debian/README.Debian	2008-08-19 12:21:28 UTC (rev 190)
@@ -26,7 +26,7 @@
  db4.6_checkpoint -1
  db4.6_archive | xargs --no-run-if-empty rm -f
 
- chown -R debian-sks:debian-sks /var/lib/sks
+ chown -R debian-sks:debian-sks /var/lib/sks /var/log/sks
 
 Then you can start the database with /etc/init.d/sks start.
 
@@ -39,4 +39,4 @@
 Thanks to Peter Palfrader <weasel at debian.org> for building the
 original Debian package.
 
- -- Christoph Martin <Christoph.Martin at Uni-Mainz.DE>, Tue, 24 Jun 2008 10:24:25 +0200
+ -- Christoph Martin <Christoph.Martin at Uni-Mainz.DE>, Tue, 22 Jul 2008 17:28:24 +0200

Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog	2008-06-24 15:37:29 UTC (rev 189)
+++ sks/trunk/sks/debian/changelog	2008-08-19 12:21:28 UTC (rev 190)
@@ -1,3 +1,12 @@
+sks (1.1.0-4) unstable; urgency=low
+
+  * fix cron.daily to call correct db*_archive and print unwanted messages
+    (closes #491281)
+  * fix comment in README.Debian about correcting permissions after
+    initial database build
+
+ -- Christoph Martin <christoph.martin at uni-mainz.de>  Tue, 22 Jul 2008 17:27:58 +0200
+
 sks (1.1.0-3) unstable; urgency=low
 
   * make separate patches for manpage install for upstream

Modified: sks/trunk/sks/debian/sks.cron.daily
===================================================================
--- sks/trunk/sks/debian/sks.cron.daily	2008-06-24 15:37:29 UTC (rev 189)
+++ sks/trunk/sks/debian/sks.cron.daily	2008-08-19 12:21:28 UTC (rev 190)
@@ -22,9 +22,7 @@
 	dir=$1
 	if [ -d "$dir" ]
 	then
-		cd $dir
-		db4.1_archive | xargs --no-run-if-empty rm -f
-		cd -
+		db4.6_archive -h $dir -d
 	fi
 	return 0
 }




More information about the Pkg-sks-commit mailing list