confz

git mirror of https://ccx.te2000.cz/bzr/confz
git clone https://ccx.te2000.cz/git/confz
Log | Files | Refs

commit 72ecaf609f7795dc11c271f4add677cefad91730
parent 8132a6a37da5416eaa83e2f78b856f6187b901af
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Tue, 24 Jun 2014 10:19:43 +0200

pass in argument properly
Diffstat:
Mzsh-functions/confz_openrc_init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh-functions/confz_openrc_init b/zsh-functions/confz_openrc_init @@ -47,7 +47,7 @@ confz_openrc_runlevel_fully_started_check() { local runlevel service for runlevel in $confz_openrc_runlevel_deps; do for service in /etc/runlevels/$runlevel/*(N-.); do - require openrc_started $service:t + require openrc_started service=$service:t done done do_command=( true )