yes should be YES

This commit is contained in:
Roy Marples
2009-01-13 11:04:37 +00:00
parent abcc4c5c72
commit 5208a1de29
2 changed files with 2 additions and 2 deletions

View File

@ -848,7 +848,7 @@ main(int argc, char **argv)
if (newlevel) {
if (strcmp(newlevel, "reboot") == 0) {
newlevel = UNCONST(RC_LEVEL_SHUTDOWN);
setenv("RC_REBOOT", "yes", 1);
setenv("RC_REBOOT", "YES", 1);
}
}