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.
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
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
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,
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