# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo/src/lcdsplash/modules/exit/ip,v 1.1 2004/11/23 01:45:01 vapier Exp $

lcd_custom_exit() {
	ifconfig ${LCD_IFACE:-eth0} | grep 'inet addr' | cut -d: -f2 | awk '{print $1}'
}
