[pisa-src] r2930 - trunk/debian/pisa-co-client.cron.hourly

  • From: David Martin <David.Martin@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 18 Mar 2012 16:02:50 +0100

Author: martin
Date: Sun Mar 18 16:02:49 2012
New Revision: 2930

Log:
Debian: Add certificate update cronjob to pisa-co-client package.

The certificate update script is now called as an hourly cronjob and
distributed and installed with the Debian package.

Added:
   trunk/debian/pisa-co-client.cron.hourly   (contents, props changed)

Added: trunk/debian/pisa-co-client.cron.hourly
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/debian/pisa-co-client.cron.hourly     Sun Mar 18 16:02:49 2012        
(r2930)
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+# This script triggers a PISA certificate update.
+# It is supposed to be used as a cronjob or postinst script.
+# Calls the update script in the background so that package installation
+# is not indefinitely blocked when it is used as a postinst script and
+# the community operator is not available.
+
+/usr/sbin/get_community_cert.sh &
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2930 - trunk/debian/pisa-co-client.cron.hourly - David Martin