Date: Mon, 1 May 95 11:42:15 MDT From: terry@cs.weber.edu (Terry Lambert) To: charnier@lirmm.fr (Philippe Charnier) Cc: jkh@time.cdrom.com, current@FreeBSD.org Subject: Re: new dynamic libraries from ports Message-ID: <9505011742.AA09538@cs.weber.edu> In-Reply-To: <199505010902.LAA11250@lirmm.lirmm.fr> from "Philippe Charnier" at May 1, 95 11:02:30 am
next in thread | previous in thread | raw e-mail | index | archive | help
> >This has come up before. ldconfig needs two things: > > > >1. An option for "refreshing" its internal path. > >2. An option for adding a directory to that path. 3. an option for deleting a directory from the path. > So, ldconfig need to remember its last call (without -a). This > means that a line need to be added in ld.so.hints > e.g > # /usr/lib /usr/X11R6/lib /usr/local/lib > > where # looks like a comment line for ld.so which should of course walk > over this line. Since dups are eliminated, the last command would be the current set; this state should be available without that line in the hints file. On the other hand, this is starting to look a lot like the problem that is solved by xset. 8-). To set the font path: fp= path[,path...] To restore the default font path: fp default To have the server reread font databases: fp rehash To remove elements from font path: -fp path[,path...] fp- path[,path...] To prepend or append elements to font path: +fp path[,path...] fp+ path[,path...] Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9505011742.AA09538>