1 2 3 4 5 6 7 8 9 10 11 12
# $Id$ addon_main() { 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 debug_msg "Forcing NPTL off" fi fi return 0 }