/* Run with '-Z root' to restore old behaviour */
if (!username)
username = WITH_USER;
else if (strcmp(username, "root") == 0)
else if (strcmp(username, "root") == 0) {
username = NULL;
if (chroot_dir) {
warning("chroot to %s disabled", chroot_dir);
chroot_dir = NULL;
}
#endif