--- bin/coldfusion 2004-12-01 13:20:13.000000000 +0100 +++ /etc/init.d/coldfusion 2004-12-02 10:02:51.165042184 +0100 @@ -162,17 +162,7 @@ LD_LIBRARY_PATH="$CF_DIR/lib:$CF_DIR/lib/_ilnx21/bin" CFSTART='su $RUNTIME_USER -c "export PATH=$PATH:$CF_DIR/runtime/bin; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH; cd $CF_DIR/runtime/bin; nohup $CF_DIR/bin/cfusion -autorestart -start default &"' CFSTOP='su $RUNTIME_USER -c "env -i; cd $CF_DIR/runtime/bin; $CF_DIR/bin/cfusion stop default"' - - # Some Java JVMs (both from Sun and IBM) don't work with the new floating stack - # feature of the i686 version of glibc. Force glibc to use the deprecated stack model. - # Check if the OS is SuSE8.1 - if it is, do not use the deprecated stack model. - SUSEFLAG=`grep 'SuSE Linux 8.1' /etc/SuSE-release 2> /dev/null` - if [ ! "$SUSEFLAG" ]; then - LD_ASSUME_KERNEL=2.2.9 - export LD_ASSUME_KERNEL - fi - ;; - + ;; *) echo "Your OS: `uname` is unsupported"