Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45128 Details for
Bug 73039
Ebuild for macromedia-coldfusion
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove some unneeded workarounds
startstop.patch (text/plain), 1.01 KB, created by
Bolke de Bruin
on 2004-12-02 01:29:44 UTC
(
hide
)
Description:
Remove some unneeded workarounds
Filename:
MIME Type:
Creator:
Bolke de Bruin
Created:
2004-12-02 01:29:44 UTC
Size:
1.01 KB
patch
obsolete
>--- 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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 73039
:
45058
|
45122
|
45123
|
45124
|
45125
|
45126
|
45127
| 45128 |
45129
|
45130
|
45132
|
180029
|
180031
|
180115
|
180117