[Bug 292051] net/py-wsdd: 'service wsdd status' fails to report status correctly

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 30 Dec 2025 19:22:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292051

--- Comment #1 from Igor Pavlov <igor.arabesc.pavlov@gmail.com> ---
if [ -n "$wsdd_domain" ]; then
    wsdd_opts="${wsdd_opts} -d ${wsdd_domain}"
elif [ -n "$wsdd_group" ]; then
    wsdd_opts="${wsdd_opts} -w ${wsdd_group}"
fi
--- --- ---
And I'm not sure if it should be an 'either-or' logic. In my opinion, if both
'wsdd_domain' and 'wsdd_group' are specified, both options should be passed to
wsdd.

-- 
You are receiving this mail because:
You are the assignee for the bug.