[interchange-cvs] interchange - racke modified debian/interchange.config

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Jan 31 05:43:20 EST 2007


User:      racke
Date:      2007-01-31 10:43:20 GMT
Modified:  debian   interchange.config
Log:
merged changes 2.10.2.1 vs 2.10.2.2
+++ 2.10.2.2 +++
  * require versions of Perl and DBI which allow to run Interchange
    without (known) crashes with threaded Perl (Closes: #339335, thanks to
    Henrik Holmboe <henrik at holmboe.se>)
  * removed notice about threaded Perl and no longer set MV_GETPPID_BROKEN

Revision  Changes    Path
2.12      +1 -7      interchange/debian/interchange.config


rev 2.12, prev_rev 2.11
Index: interchange.config
===================================================================
RCS file: /var/cvs/interchange/debian/interchange.config,v
retrieving revision 2.11
retrieving revision 2.12
diff -u -r2.11 -r2.12
--- interchange.config	15 May 2006 16:43:45 -0000	2.11
+++ interchange.config	31 Jan 2007 10:43:20 -0000	2.12
@@ -1,6 +1,6 @@
 #! /bin/sh -e
 #
-# Copyright 2000,2001,2002,2003,2004,2005 by Stefan Hornburg (Racke) <racke at linuxia.de>
+# Copyright 2000,2001,2002,2003,2004,2005,2007 by Stefan Hornburg (Racke) <racke at linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,12 +19,6 @@
 
 # Source debconf library
 . /usr/share/debconf/confmodule
-
-# Check for thread enabled Perl
-PERLTHREADS=`perl -MConfig -e 'print $Config{usethreads} || $Config{useithreads} || $Config{use5005threads}'`
-if [ "$PERLTHREADS" ]; then
-	db_input critical interchange/threadenabledperl || [ $? -eq 30 ]
-fi
 
 if [ -e /etc/interchange/init.cfg ]; then
 	# Read current state from configuration file








More information about the interchange-cvs mailing list