[2604] in SIPB_Linux_Development
Re: /etc/resolv.conf
daemon@ATHENA.MIT.EDU (Salvatore Valente)
Sat Feb 13 01:37:40 1999
Date: Sat, 13 Feb 1999 01:37:22 -0500 (EST)
To: amu@MIT.EDU
Cc: warlord@MIT.EDU, linux-dev@MIT.EDU
In-Reply-To: <udl1zjuq0k2.fsf@mary-kay-commandos.mit.edu> (amu@MIT.EDU)
From: Salvatore Valente <svalente@MIT.EDU>
It should prepend "nameserver 127.0.0.1" to /etc/resolv.conf if it
doesn't already contain 127.0.0.1.
The named-conf postinstall script can't do that, since there is no
/etc/resolv.conf when the postinstall script gets run.
The install program could be modified to do something like that, but
(a) that's more work and (b) it's kind of an ugly hack.
Sal.