Bug 7316

Summary: chpasswd: support -R/--root argument
Product: Busybox Reporter: Ivailo <xakepa10>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: enhancement CC: busybox-cvs
Priority: P5    
Version: 1.22.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Ivailo 2014-08-13 16:18:41 UTC
The implementation of chpasswd found in the shadow source
support -R or --root argument that is used as a chroot
shortcut to be able to change user passwords in different
root directory than the current one.

Having this implemented in Busybox's chpasswd would be nice.