diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-07-23 15:14:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-07-23 15:14:30 +0200 |
commit | 56db2a585f167525129dc347157b4249514558b6 (patch) | |
tree | 6fcff3326fa3901237a2ce24e958cf2e53443fd3 /etc | |
parent | a9d87496cf221222a6d19234f5c9f34969d5ce9f (diff) |
etc/function: initd: Remvoed Zap
Diffstat (limited to 'etc')
-rw-r--r-- | etc/function | 2 |
1 files changed, 1 insertions, 1 deletions
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} ; }" } |