Re: Population libmap.conf

2011-11-06 Thread Xavier HUMBERT
Matthew Seaman wrote: > Of course not. I misread the question -- thought the OP was asking > about a generic action by the admin before installing whatever. Basically, it's about installing a binary port (namely news/dnews, works with FreeBSD9, I tested it), which is compiled for FreeBSD4 only.

Re: Population libmap.conf

2011-11-05 Thread Matthew Seaman
On 05/11/2011 15:36, Chris Rees wrote: > On 5 Nov 2011 15:32, "Matthew Seaman" > wrote: >> >> On 05/11/2011 15:20, Xavier HUMBERT wrote: >>> I'm asking the best way to populate libmap.conf at before-install stage. >>> >> >> rm /etc/libmap.conf >> >> Works for me. >> >> libmap is a band-aid used to

Re: Population libmap.conf

2011-11-05 Thread Chris Rees
On 5 Nov 2011 15:32, "Matthew Seaman" wrote: > > On 05/11/2011 15:20, Xavier HUMBERT wrote: > > I'm asking the best way to populate libmap.conf at before-install stage. > > > > rm /etc/libmap.conf > > Works for me. > > libmap is a band-aid used to patch over certain deficiencies in shared > librar

Re: Population libmap.conf

2011-11-05 Thread Matthew Seaman
On 05/11/2011 15:20, Xavier HUMBERT wrote: > I'm asking the best way to populate libmap.conf at before-install stage. > rm /etc/libmap.conf Works for me. libmap is a band-aid used to patch over certain deficiencies in shared library handling. You only need it when there is a specific problem,

Population libmap.conf

2011-11-05 Thread Xavier HUMBERT
Hi, I'm asking the best way to populate libmap.conf at before-install stage. Obviously a shell script with this pseudo-code if [ !grep myport]; then cat mymaps >> /etc/libmap.cobf fi will do. But is there a standardized way to call it in the pre-install target ? Thx, -- XAv In your pomp