On 18/Nov/2008 09:31 Mark Khan wrote ..
> Ladies and Gentlemen:
> I know that Webmin looks to the /etc/hosts file for validation
> when adding new systems. Is there a way to have it read from separate file called
> /etc/hosts-webmin?
>
> Your help is greatly appreciated!
Not really .. actually, Webmin doesn't read this file directly at all, except
in the Network Configuration module where you can edit it. Instead, it calls
standard perl/C library functions like gethostbyname, which are pretty much
hard-coded to read /etc/hosts.
- Jamie
|