summaryrefslogtreecommitdiff
path: root/cdeject
diff options
context:
space:
mode:
Diffstat (limited to 'cdeject')
-rw-r--r--cdeject11
1 files changed, 0 insertions, 11 deletions
diff --git a/cdeject b/cdeject
deleted file mode 100644
index 302a341..0000000
--- a/cdeject
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/sbin/runscript
-
-description="Eject LiveCD/DVD at live system shutdown/reboot"
-
-depend() {
- after *
-}
-
-start() {
- /usr/libexec/cdeject.sh
-}