On Thu, Apr 15, 2010 at 10:02:07AM -0400, Ian Darwin wrote: > patrick keshishian wrote: > >> > >>I believe there is no good reason for dhclient-script to > >>override an already existing /etc/resolv.conf.save file. > >> > This would not be good for other use cases for dhcp, for example, I often > use my netbook at 3 or more locations in the same day. Why would I want > to enshrine the first one in resolv.conf.save forever, rather than the > previous one?
If you are always using DHCP, then resolv.conf.save has no meaning for you. For you, your resolv.conf will always be generated each time you "dhcp". To be more clear, the .save version from location 1 most likely will be of zero value at location 2 or 3. So it shouldn't matter to you if one is even saved. It does for folks, such as myself, who have a meaningful resolv.conf before running dhclient at some site other than their usual "home". I hope that makes sense. Best, --patrick