From: Michael Tremer Date: Thu, 30 Jul 2009 08:21:09 +0000 (+0200) Subject: Remove leftover file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7078b9a51fbf91743df2027e278419b68e2d70cf;p=ipfire-3.x.git Remove leftover file. --- diff --git a/src/upstart/welcome.conf b/src/upstart/welcome.conf deleted file mode 100644 index 5460f0516..000000000 --- a/src/upstart/welcome.conf +++ /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