Lines Matching refs:yes
75 yes=`printf "$(gettext "yes")"`
81 $y|$yes) answer=yes;;
189 if [[ $master = yes ]]; then
192 if [[ $slave = yes ]]; then
219 if [[ $slave = yes ]]; then
223 if [[ $master = yes ]]; then
422 if [[ $master = yes ]]; then
509 printf "$(gettext "yes")\n" | kdb5_util $arg destroy > /dev/null 2>&1
525 if [[ $answer == yes ]]; then
526 printf "$(gettext "yes")\n" | kdb5_util -r $realm destroy > /dev/null 2>&1
709 create) master=yes;;
710 "create master") master=yes;;
718 "create slave") slave=yes;;
719 destroy) d_option=yes
755 if [[ $slave = yes && -z $master_hn ]]; then
767 if [[ $master = yes ]]; then