summaryrefslogtreecommitdiffstats
path: root/etc/rc.local
blob: ab9477b278e63c8a83a07c89a2921dedd0805842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# 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 '.'
OpenPOWER on IntegriCloud