diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-08-30 16:30:26 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-08-30 16:30:26 +0200 |
commit | 41e0d61200b2959fcac6554fc074af4e4d4d8958 (patch) | |
tree | fa7c0cf894f4469c6e06cb9ad4102d0b77bba4eb /etc | |
parent | a2a7d68543ccd051fa1a20846f67cc7b8ecdb122 (diff) |
Added /etc/init.d/* status shortcut
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 c097c78..61fc8fa 100644 --- a/etc/function +++ b/etc/function @@ -8,7 +8,7 @@ autoload zargs # own functions autoload $ZDIR/functions/*(:t) -function Start Stop Restart Reload { +function Status Start Stop Restart Reload { typeset script sudo if ((EUID)) { sudo=sudo |