summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-12-23 10:42:25 +0000
committerRoy Marples <roy@marples.name>2008-12-23 10:42:25 +0000
commit7ad40abf64c54e8983427d8b66d8e5ebb480e64a (patch)
tree0d039d604b2149317423a77f483d1dd27bcead01
parent7e12abe03586b7c641acc361cfce098b3b5384f5 (diff)
downloadopenrc-7ad40abf64c54e8983427d8b66d8e5ebb480e64a.tar.gz
openrc-7ad40abf64c54e8983427d8b66d8e5ebb480e64a.tar.bz2
openrc-7ad40abf64c54e8983427d8b66d8e5ebb480e64a.tar.xz
Our error messages don't have full stops at the end
-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 89e9341..e5077d8 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -719,7 +719,7 @@ svc_start(bool deps)
rc_service_mark(service, RC_SERVICE_HOTPLUGGED);
if (strcmp(runlevel, RC_LEVEL_SYSINIT) == 0)
ewarnx("WARNING: %s will be started in the"
- " next runlevel.", applet);
+ " next runlevel", applet);
}
if (state & RC_SERVICE_STARTED) {