Home | History | Annotate | Download | only in patches
      1  8394  jl141263 --- firefox/browser/app/mozilla.in.ori	2006-06-12 15:27:28.051285000 +0800
      2  8394  jl141263 +++ firefox/browser/app/mozilla.in	2006-06-12 16:01:08.375674000 +0800
      3  8394  jl141263 @@ -95,6 +95,10 @@
      4  8394  jl141263  moz_libdir=%MOZAPPDIR%
      5  8394  jl141263  MRE_HOME=%MREDIR%
      6  8394  jl141263  
      7  8394  jl141263 +## add Mozilla plugins directory in MOZ_PLUGIN_PATH in case 
      8  8394  jl141263 +## user upgrades from Solaris 10 to Solaris 11
      9  8394  jl141263 +MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:/usr/sfw/lib/mozilla/plugins
     10  8394  jl141263 +
     11  8394  jl141263  # Use run-mozilla.sh in the current dir if it exists
     12  8394  jl141263  # If not, then start resolving symlinks until we find run-mozilla.sh
     13  8394  jl141263  found=0
     14  8394  jl141263 @@ -187,7 +191,7 @@
     15  8394  jl141263  
     16  8394  jl141263  locale_args="-UILocale $moz_uilocale -contentLocale $moz_contentlocale"
     17  8394  jl141263  
     18  8394  jl141263 -export MRE_HOME
     19  8394  jl141263 +export MRE_HOME MOZ_PLUGIN_PATH
     20  8394  jl141263  
     21  8394  jl141263  ## Start addon scripts
     22  8394  jl141263  moz_pis_startstop_scripts "start"
     23