r493 - vdr/vdr/trunk/debian
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 24 Apr 2005 16:01:15 +0000
Author: tschmidt
Date: 2005-04-24 16:01:15 +0000 (Sun, 24 Apr 2005)
New Revision: 493
Modified:
vdr/vdr/trunk/debian/config-loader.sh
Log:
vdr: Added NONPTL default value to config-loader.sh
Modified: vdr/vdr/trunk/debian/config-loader.sh
===================================================================
--- vdr/vdr/trunk/debian/config-loader.sh 2005-04-24 15:55:59 UTC (rev 492)
+++ vdr/vdr/trunk/debian/config-loader.sh 2005-04-24 16:01:15 UTC (rev 493)
@@ -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