summaryrefslogtreecommitdiff
path: root/src/rc/runscript.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/runscript.c
parentabcc4c5c72147a16b8710392112e4a07c3ed4b55 (diff)
downloadopenrc-5208a1de29a465b6d1a3491408b02232380bf8ef.tar.gz
openrc-5208a1de29a465b6d1a3491408b02232380bf8ef.tar.bz2
openrc-5208a1de29a465b6d1a3491408b02232380bf8ef.tar.xz
yes should be YES
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r--src/rc/runscript.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index b7e9f35..d121584 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -1289,7 +1289,7 @@ runscript(int argc, char **argv)
longopts, (int *)0)) != -1)
switch (opt) {
case 'd':
- setenv("RC_DEBUG", "yes", 1);
+ setenv("RC_DEBUG", "YES", 1);
break;
case 's':
if (!(rc_service_state(service) & RC_SERVICE_STARTED))