Currently the behavior is the same with or without the quiet (-q) flag:
Before:
# sysrc -q hostname=foo hostname: -> foo
After:
# sysrc -q hostname=foo
Differential D46120
sysrc: Be quiet when changing values jlduran on Jul 24 2024, 10:58 PM. Authored by Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions I see a resemblance with sysctl here, and I would not want to change that. If sysctl also had a "really be quiet" option (let's say -Q or -qq), then sysrc should mimic that. Thoughts? EDIT: (cross-reference: there is no shame in redirecting) |