[Bug 289399] rmuser(8) does not follow adduser(8) prompt conventions
Date: Tue, 09 Sep 2025 05:15:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289399
Bug ID: 289399
Summary: rmuser(8) does not follow adduser(8) prompt
conventions
Product: Base System
Version: 15.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: editor@callfortesting.org
adduser(8) provides a number of input and confirmation prompts such as [yes]
and [no]:
Login class [default]:
Shell (sh csh tcsh git-shell nologin) [sh]:
Home directory [/home/foo]:
Home directory permissions (Leave empty for default):
Enable ZFS encryption? (yes/no) [no]:
Use password-based authentication? [yes]:
Its companion rmuser(8) does not give such prompts:
Is this the entry you wish to remove?
(Is valid input y? Y? yes? Yes? Something else?
As companion utilities, these should probably work more similarly.
--
You are receiving this mail because:
You are the assignee for the bug.