summaryrefslogtreecommitdiffstats
path: root/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.local')
-rw-r--r--etc/rc.local7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/rc.local b/etc/rc.local
index b7cca4a..140e863 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -1,12 +1,13 @@
#
# site-specific startup actions, daemons
#
-# $Id: rc.local,v 1.16 1995/03/16 16:58:01 wollman Exp $
+# $Id: rc.local,v 1.17 1995/03/30 00:10:31 ache Exp $
#
T=/tmp/_motd
rm -f $T
-uname -rs > $T
+uname -v | sed -e 's/199[0-9]/&\
+/' > $T
echo "" >> $T
sed '1,/^$/d' < /etc/motd >> $T
cp $T /etc/motd
@@ -16,4 +17,6 @@ _HOST=`hostname`
echo -n 'starting local daemons:'
+# put your local stuff here
+
echo '.'
OpenPOWER on IntegriCloud