r494 - vdr/vdr/branches/sarge/debian

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 24 Apr 2005 16:02:54 +0000


Author: tschmidt
Date: 2005-04-24 16:02:54 +0000 (Sun, 24 Apr 2005)
New Revision: 494

Modified:
   vdr/vdr/branches/sarge/debian/config-loader.sh
Log:
vdr (sarge): ported r493 (NONPTL default in config-loader.sh) from trunk


Modified: vdr/vdr/branches/sarge/debian/config-loader.sh
===================================================================
--- vdr/vdr/branches/sarge/debian/config-loader.sh	2005-04-24 16:01:15 UTC (rev 493)
+++ vdr/vdr/branches/sarge/debian/config-loader.sh	2005-04-24 16:02:54 UTC (rev 494)
@@ -50,4 +50,9 @@
 # Enable / Disable automatic shutdown
 ENABLE_SHUTDOWN=0
 
+# Change this to 0 if you want to allow VDR to use NPTL (if available).
+# This is disabled by default, although it should be safe to enable it.
+# (This has no effect on AMD64 machines.)
+NONPTL=1
+
 test -f /etc/default/vdr && . /etc/default/vdr