]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Remove leftover file.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 08:21:09 +0000 (10:21 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 08:21:09 +0000 (10:21 +0200)
src/upstart/welcome.conf [deleted file]

diff --git a/src/upstart/welcome.conf b/src/upstart/welcome.conf
deleted file mode 100644 (file)
index 5460f05..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-description            "Display a welcome message to the user"
-author                 "IPFire Team"
-
-start on startup
-
-console output
-
-script
-       . /etc/init/functions
-
-       # dcol are spaces before the message to center the
-       # message on screen.
-       dcol=$(( $(( ${COLUMNS} - ${dlen} )) / 2 ))
-       echo -e "\\033[${dcol}G${welcome_message}\n"
-
-end script