[21609] in Athena Bugs
Re: Mozilla
daemon@ATHENA.MIT.EDU (John Hawkinson)
Thu Mar 13 15:20:20 2003
Date: Thu, 13 Mar 2003 15:20:16 -0500
From: John Hawkinson <jhawk@MIT.EDU>
To: Camilla R Fox <cfox@MIT.EDU>
Cc: bugs@MIT.EDU
Message-ID: <20030313202016.GS27037@multics.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200303132015.PAA16215@myxomycete.mit.edu>
Camilla R Fox <cfox@MIT.EDU> wrote on Thu, 13 Mar 2003
at 15:15:20 -0500 in <200303132015.PAA16215@myxomycete.mit.edu>:
> > Is it sufficient to make history.dat a symlink through @sys?
>
> Doesn't work the obvious way, as mozilla will delete the symlink then
> write out the file where it was. You could make the whole profile
> directory a symlink somewhere, but then sharing your bookmarks and
> certificates gets difficult.
I was insufficiently precise.. Change
user_pref("browser.history_file", "/mit/jhawk/.netscape/history.db");
user_pref("browser.user_history_file", "/mit/jhawk/.netscape/history.list");
in prefs.js to point to a something that indirects through @sys.
(I assume that they're pointing at my .netsacpe directory because
my profile was converted from there...).
--jhawk