summaryrefslogtreecommitdiff
path: root/src/rc/rc.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-13 11:04:37 +0000
committerRoy Marples <roy@marples.name>2009-01-13 11:04:37 +0000
commit5208a1de29a465b6d1a3491408b02232380bf8ef (patch)
treeabf8a3c86c405d73d0bc79f2b9d6476ab65d0ec0 /src/rc/rc.c
parentabcc4c5c72147a16b8710392112e4a07c3ed4b55 (diff)
downloadopenrc-5208a1de29a465b6d1a3491408b02232380bf8ef.tar.gz
openrc-5208a1de29a465b6d1a3491408b02232380bf8ef.tar.bz2
openrc-5208a1de29a465b6d1a3491408b02232380bf8ef.tar.xz
yes should be YES
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r--src/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index a7a7b8d..04c5733 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -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);
}
}