Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/adduser/
H A Dadduser.sh285 _pwcmd="$_upasswd ${PWCMD} useradd $_uid $_name $_group $_grouplist $_comment"
286 _pwcmd="$_pwcmd $_shell $_class $_home $_dotdir $_passwdmethod $_passwd"
287 _pwcmd="$_pwcmd $_expire $_pwexpire"
289 if ! _output=`eval $_pwcmd` ; then