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