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

/freebsd-current/usr.sbin/adduser/
H A Dadduser.sh202 if [ -n "$configflag" ]; then
338 [ -n "$configflag" ] && return
373 [ -n "$configflag" ] && return
442 [ -z "$configflag" ] &&
575 if [ -z "$configflag" ]; then
825 [ -n "$configflag" ] && break
886 [ -z "$configflag" ] && printf "%-11s : %s\n" Username $username
901 [ -z "$configflag" ] && printf "%-11s : %s\n" "Password" "$_pass"
902 [ -n "$configflag" ] && printf "%-11s : %s\n" "Pass Type" "$passwdtype"
903 [ -z "$configflag" ]
[all...]

Completed in 98 milliseconds