#!/sbin/runscript # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { need localmount } genissue() { if [ -x "$(which flag)" ] then echo "This is ($(flag -s '#')) \n (\s \m \r) \t" > /etc/issue fi } start() { ebegin "Customizing /etc/issue" genissue eend $? }