Move RC_ to EINFO_ for all env vars related to einfo.

This commit is contained in:
Roy Marples
2007-12-06 10:48:00 +00:00
parent a31c7cc61e
commit a178d53202
14 changed files with 129 additions and 78 deletions

View File

@@ -185,7 +185,7 @@ int rc_update (int argc, char **argv)
}
}
verbose = rc_yesno (getenv ("RC_VERBOSE"));
verbose = rc_yesno (getenv ("EINFO_VERBOSE"));
if ((action & DOSHOW && action != DOSHOW) ||
(action & DOADD && action != DOADD) ||