Alexandros Papadopoulos wrote:
> The only relevant file I see in there (e.g. for user utcu0) > is: /var/opt/SUNWbb/root/home/utcu0/.mozilla/firefox/pluginreg.dat but its > format seems to suggest it's not human-editable... > i install most of the software used across my sunray servers on an nfs share which is automounted. i put firefox in /misc/apps/SunOS/firefox-version, and the plugins in /misc/apps/SunOS/firefox_plugins. then i softlink the plugins in the firefox/plugins directory. cd into the plugins directory and do... for ii in `ls ../../firefox_plugins/*`; do ln -s $ii; done i use a wrapper script to execute the version firefox being used in production. -- Darin Perusich Unix Systems Administrator Cognigen Corporation 395 Youngs Rd. Williamsville, NY 14221 Phone: 716-633-3463 Email: [EMAIL PROTECTED] _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
