freebsd-src/etc/rc.local
Garrett Wollman 9d3b840f0a Semi-major RC file cleanup:
- Do ntp right
- Move recenrly-added and long-standing junk from rc.local into rc, so
. that rc.local truly is LOCAL.
- Fix named invocation to use the correct boot file location.
1995-03-16 16:58:01 +00:00

23 lines
331 B
Plaintext

#
# site-specific startup actions, daemons
#
# $Id$
#
T=/tmp/_motd
rm -f $T
uname -rs > $T
echo "" >> $T
sed '1,/^$/d' < /etc/motd >> $T
cp $T /etc/motd
chmod 644 /etc/motd
rm -f $T
_HOST=`hostname`
echo -n 'starting local daemons:'
# For loading fonts/keyboard example look in /usr/share/examples/syscons
# directory
echo '.'