--- /etc/rc.d/rc.local.DIST Sat Sep 11 12:54:33 1999 +++ /etc/rc.d/rc.local Fri Jul 28 15:47:13 2000 @@ -30,6 +30,15 @@ echo "$R" >> /etc/issue echo "Kernel $(uname -r) on $a $SMP$(uname -m)" >> /etc/issue - cp -f /etc/issue /etc/issue.net +# cp -f /etc/issue /etc/issue.net echo >> /etc/issue + + if [ -f /etc/rc.d/rc.local."$HOSTNAME" ]; then + echo "Setting up local configuration (see /etc/rc.d/rc.local.$HOSTNAME)" + source /etc/rc.d/rc.local."$HOSTNAME" + fi + if ( grep -q start-fvwm /etc/inittab ); then + echo + echo "Press Ctrl-Alt-Del to start X-Windows." + fi fi