aboutsummaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2010-02-23 21:14:29 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2010-02-23 21:14:29 +0000
commit1ac545966fa692e8727829f3785449e60e0661bd (patch)
treefa7e4f669fffb4433b27a839d3f58e80dbdf7331 /usr
parentUse new lirc socket path if it exists. Now depend on virtual service lirc to ... (diff)
downloadgentoo-vdr-scripts-1ac545966fa692e8727829f3785449e60e0661bd.tar.gz
gentoo-vdr-scripts-1ac545966fa692e8727829f3785449e60e0661bd.tar.bz2
gentoo-vdr-scripts-1ac545966fa692e8727829f3785449e60e0661bd.zip
Change default of FORCE_OLD_THREADS to no. Suggested by chub in #gentoo-vdr.
svn path=/gentoo-vdr-scripts/trunk/; revision=665
Diffstat (limited to 'usr')
-rw-r--r--usr/share/vdr/rcscript/pre-start-45-nptl-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/share/vdr/rcscript/pre-start-45-nptl-check.sh b/usr/share/vdr/rcscript/pre-start-45-nptl-check.sh
index 39943f4..6a00cf8 100644
--- a/usr/share/vdr/rcscript/pre-start-45-nptl-check.sh
+++ b/usr/share/vdr/rcscript/pre-start-45-nptl-check.sh
@@ -1,6 +1,6 @@
# $Id$
addon_main() {
- if yesno "${FORCE_OLD_THREADS:-yes}"; then
+ if yesno "${FORCE_OLD_THREADS:-no}"; then
# Test wheather force of old pthreads will work
if LD_ASSUME_KERNEL=2.4.1 /bin/true 2>/dev/null; then
export LD_ASSUME_KERNEL=2.4.1