From 56db2a585f167525129dc347157b4249514558b6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 23 Jul 2008 15:14:30 +0200 Subject: etc/function: initd: Remvoed Zap --- etc/function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/function') diff --git a/etc/function b/etc/function index 45a15e7..4ada9b2 100644 --- a/etc/function +++ b/etc/function @@ -3,6 +3,6 @@ for i in $ZDIR/functions/*; { } # from https://git.tabularazor.org/~mikael/etc/tree/zsh/functions -for action in Start Restart Stop Reload Zap; { +for action in Start Stop Restart Reload; { eval "$action() { sudo /etc/init.d/\$1 ${action:l} ; }" } -- cgit v1.2.3