]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Remove unused /etc/profile.d/upstart.sh.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Apr 2010 20:12:08 +0000 (22:12 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Apr 2010 20:12:08 +0000 (22:12 +0200)
src/profile.d/upstart.sh [deleted file]

diff --git a/src/profile.d/upstart.sh b/src/profile.d/upstart.sh
deleted file mode 100644 (file)
index 73c71a0..0000000
+++ /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"