From: Tijl C. <ti...@ul...> - 2003-03-30 15:18:06
|
On Sun, 30 Mar 2003 11:19:48 +0200, Romain Lievin wrote: > Hi, > > On Sun, Mar 30, 2003 at 11:04:04AM +0200, Julien BLACHE wrote: > > "Romain Lievin" <rom...@wa...> wrote: > > > > >> Is this registry file altered in any way by TiLP or another > > >program ?> If yes, it shouldn't be in /usr/share/tilp. > > > > > > It may be altered by the 'tilp-register' program... Where can I > > > put it, then ? Maybe in /usr/lib/tilp (the plugin directory) ? > > > > According to the FHS it should go to /var/lib/tilp. > > > > Yipee, another directory to manage ! ok, I do that according to FHS. Filesystem "standards" are a mess to deal with and seem very different on each unix flavor. To give you yet another directory, /var/lib seems to be /var/db on BSDs. However, it seems to me that tilp.reg shouldn't go there anyway. That directory is used for state keeping data. "tilp.reg" is an ordinary config file linking file types to programs. On BSDs it should be put in ${prefix}/etc. I've no idea where Linux should put though. |