summaryrefslogtreecommitdiffstats
path: root/generic/etc/init.d/banner
diff options
context:
space:
mode:
Diffstat (limited to 'generic/etc/init.d/banner')
-rw-r--r--generic/etc/init.d/banner16
1 files changed, 16 insertions, 0 deletions
diff --git a/generic/etc/init.d/banner b/generic/etc/init.d/banner
new file mode 100644
index 000000000..f5ab8469a
--- /dev/null
+++ b/generic/etc/init.d/banner
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+# /etc/init.d/banner
+#
+# Copyright (C) 2004 Pengutronix
+# Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+echo
+echo "OSELAS(R)-@PROJECT@@PRJVERSION@ (@PTXDIST@-@VERSION@.@PATCHLEVEL@.@SUBLEVEL@@EXTRAVERSION@/@DATE@)"
+echo
+host=`/bin/hostname`
+/usr/sbin/figlet -f /usr/share/figlet/standard "@VENDOR@$host"
+echo
+echo
+