mrrl-logincaps

MRRL version of logincaps
git clone https://ccx.te2000.cz/git/mrrl-logincaps
Log | Files | Refs

commit 840ac1f5d95fbad775e19fef1cfe608df16235d6
parent 3f68f8b64a187455e2c36fe85f5cc82a9e5f8d54
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Sat, 16 Jan 2021 02:35:19 +0100

Parse the stopX command
Diffstat:
Msbin/logincaps | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/logincaps b/sbin/logincaps @@ -147,7 +147,7 @@ main() { ;; (stopX [5678]*) - cap_cmd stop_x "${(Q@)${(z)${line#X }}}" + cap_cmd stop_x "${(Q@)${(z)${line#stopX }}}" ;; (*) printf 'ECMD\n';;