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

/freebsd-current/usr.sbin/adduser/
H A Dadduser.sh259 if [ "${Zencrypt}" = "yes" ]; then
638 _prompt="Enable ZFS encryption? (yes/no) [${Zencrypt}]: "
643 [ -z "$_input" ] && _input=$Zencrypt
646 Zencrypt="no"
650 Zencrypt="yes"
660 if [ "${Zencrypt}" = "yes" ]; then
907 [ "$Zencrypt" = "yes" ] && [ -z "$configflag" ] &&
908 printf "%-11s : %s\n" "Encrypted" "${Zencrypt}"
995 Zencrypt="no"

Completed in 115 milliseconds