Tux a dit :
> Le lundi 6 Décembre 2004 20:45, Remi Collet a écrit :
>>  > But we can imagine that all distributions follow this way...
>> Soon or later...
>
> Just checked that on my Mdk cooker:
> [EMAIL PROTECTED] coin]$ ls -l
> /etc/ppp/resolv.conf lrwxrwxrwx  1 root daemon 29 oct 31 03:02
> /etc/ppp/resolv.conf
> -> ../../var/run/ppp/resolv.conf
> =========================================I'm surprised that Mandrakesoft
> already use the new path...

one objective for Mandrakelinux 10.2 is to be FHS compliant
Thierry Vignaud can tell more...
Though, I would have put a ln -s /var/run/ppp/resolv.conf /etc/resolv.conf
instead of a relative path...
And I still do not understand how this can work if there's a LAN (with
DNS) + internet connection :-(

>> Could be controled (at setup) by a
>> strings `which pppd` | grep resolv.conf
> strings $PPPD_BIN | grep resolv.conf
> Is there any drawback with this method?
filtering the binary content of a file, looking for strings, is a hacker's
method
`pppd --version|gawk '{ print $3 }'` # should give 1.4.3 or greater (I do
not remember how to compare versions...)

@++
Ben'. aka baud123

@++
Ben'. aka baud123



Reply via email to