Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/installer/dfuibe_installer/
HDfn_configure.c250 const char *root_passwd_1, *root_passwd_2; in fn_root_passwd() local
293 root_passwd_1 = dfui_dataset_get_value(new_ds, "root_passwd_1"); in fn_root_passwd()
296 if (strlen(root_passwd_1) == 0) { in fn_root_passwd()
299 } else if (strcmp(root_passwd_1, root_passwd_2) != 0) { in fn_root_passwd()
302 } else if (setenv(passwd_env, root_passwd_1, 1) != 0) { in fn_root_passwd()