From: Michael Tremer Date: Fri, 2 Apr 2010 20:12:08 +0000 (+0200) Subject: Remove unused /etc/profile.d/upstart.sh. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6c3f76cd3ad79f5773d954757ba823f381dcb6;p=ipfire-3.x.git Remove unused /etc/profile.d/upstart.sh. --- diff --git a/src/profile.d/upstart.sh b/src/profile.d/upstart.sh deleted file mode 100644 index 73c71a094..000000000 --- a/src/profile.d/upstart.sh +++ /dev/null @@ -1,6 +0,0 @@ -# Some nice upstart hooks - -alias halt="initctl emit --no-wait shutdown" -alias poweroff="initctl emit --no-wait shutdown" -alias reboot="initctl emit --no-wait reboot" -alias shutdown="initctl emit --no-wait shutdown"