Home
last modified time | relevance | path

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

/freebsd/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" ] && printf "%-11s : %s\n" "Full Name" "$ugecos"
[all …]