zshrc: Put _grmlinitd completion directly into zshrc.
[grml-etc-core.git] / usr_share_grml / zsh / completion / grml / _grmlinitd
diff --git a/usr_share_grml/zsh/completion/grml/_grmlinitd b/usr_share_grml/zsh/completion/grml/_grmlinitd
deleted file mode 100644 (file)
index 177dfd5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#compdef Start Restart Stop Reload
-local scripts
-scripts=( ${$(print /etc/init.d/*(x)):t} )
-_describe "service startup script" scripts