Searched refs:_pwcmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/adduser/
H A Dadduser.sh287 _pwcmd="$_upasswd ${PWCMD} useradd $_uid $_name $_group $_grouplist $_comment"
288 _pwcmd="$_pwcmd $_shell $_class $_home $_dotdir $_passwdmethod $_passwd"
289 _pwcmd="$_pwcmd $_expire $_pwexpire"
291 if ! _output=`eval $_pwcmd` ; then

Completed in 122 milliseconds