[CentOS] How to display the IP on the welcome screen [SOLVED]

Wed Apr 21 17:13:43 UTC 2010
MHR <mhullrich at gmail.com>

On Wed, Apr 21, 2010 at 10:03 AM, Alvin Chang <alvin.chang at gmail.com> wrote:
> updatedb?
>

Doubted it, but:

[mhr at mhrichter ~]$ sudo updatedb
Password:

[mhr at mhrichter ~]$ locate gdm.conf
[mhr at mhrichter ~]$ locate kdm.conf
[mhr at mhrichter ~]$ locate xdm.conf
[mhr at mhrichter ~]$

Seems more than a little strange...

[mhr at mhrichter ~]$ locate gdm | grep conf
/etc/gdm/custom.conf
/etc/gdm/securitytokens.conf
/usr/share/doc/gdm-2.16.0/configuration.xhtml
/usr/share/doc/gdm-2.16.0/exampleconf.xhtml
/usr/share/gdm/defaults.conf
/usr/share/gdm/factory-defaults.conf
[mhr at mhrichter ~]$ cat /etc/gdm/custom.conf | grep GraphicalTheme=
[mhr at mhrichter ~]$ cat /usr/share/gdm/defaults.conf | grep GraphicalTheme=
GraphicalTheme=TreeFlower
[mhr at mhrichter ~]$

Ah!

mhr