[Logcheck-commits] r1229 - logcheck/trunk/debian
    madduck at users.alioth.debian.org 
    madduck at users.alioth.debian.org
       
    Fri Oct  6 15:44:16 UTC 2006
    
    
  
Author: madduck
Date: 2006-10-06 15:44:16 +0000 (Fri, 06 Oct 2006)
New Revision: 1229
Modified:
   logcheck/trunk/debian/logcheck.config
Log:
we must source confmodule even if doing nothing (wtf is this script empty???)
Modified: logcheck/trunk/debian/logcheck.config
===================================================================
--- logcheck/trunk/debian/logcheck.config	2006-10-06 15:35:58 UTC (rev 1228)
+++ logcheck/trunk/debian/logcheck.config	2006-10-06 15:44:16 UTC (rev 1229)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+. /usr/share/debconf/confmodule
+
 set -eu
 
 exit 0
    
    
More information about the Logcheck-commits
mailing list