Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73039 | Differences between
and this patch

Collapse All | Expand All

(-)bin/coldfusion (-11 / +1 lines)
Lines 162-178 Link Here
162
		LD_LIBRARY_PATH="$CF_DIR/lib:$CF_DIR/lib/_ilnx21/bin"
162
		LD_LIBRARY_PATH="$CF_DIR/lib:$CF_DIR/lib/_ilnx21/bin"
163
		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 &"'
163
		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 &"'
164
		CFSTOP='su $RUNTIME_USER  -c "env -i; cd $CF_DIR/runtime/bin; $CF_DIR/bin/cfusion stop default"'
164
		CFSTOP='su $RUNTIME_USER  -c "env -i; cd $CF_DIR/runtime/bin; $CF_DIR/bin/cfusion stop default"'
165
165
		;;
166
        # Some Java JVMs (both from Sun and IBM) don't work with the new floating stack
167
        # feature of the i686 version of glibc.  Force glibc to use the deprecated stack model.
168
        # Check if the OS is SuSE8.1 - if it is, do not use the deprecated stack model.
169
        SUSEFLAG=`grep 'SuSE Linux 8.1' /etc/SuSE-release 2> /dev/null` 
170
        if [ ! "$SUSEFLAG" ]; then
171
                LD_ASSUME_KERNEL=2.2.9
172
                export LD_ASSUME_KERNEL
173
        fi
174
	;;
175
176
	*)
166
	*)
177
167
178
	echo "Your OS: `uname` is unsupported"
168
	echo "Your OS: `uname` is unsupported"

Return to bug 73039