projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e35c5
)
s/readyness/readiness/
author
Jakub Jankowski
<shasta@toxcorp.com>
Sat, 17 Feb 2018 22:49:10 +0000
(23:49 +0100)
committer
Jakub Jankowski
<shasta@toxcorp.com>
Sat, 17 Feb 2018 22:49:10 +0000
(23:49 +0100)
Signed-off-by: Jakub Jankowski <shasta@toxcorp.com>
src/daemon/collectd.c
patch
|
blob
|
history
diff --git
a/src/daemon/collectd.c
b/src/daemon/collectd.c
index
517eec7
..
d6060a1
100644
(file)
--- a/
src/daemon/collectd.c
+++ b/
src/daemon/collectd.c
@@
-367,7
+367,7
@@
static int notify_upstart(void) {
return 0;
}
- NOTICE("Upstart detected, stopping now to signal read
y
ness.");
+ NOTICE("Upstart detected, stopping now to signal read
i
ness.");
raise(SIGSTOP);
unsetenv("UPSTART_JOB");
@@
-392,7
+392,7
@@
static int notify_systemd(void) {
notifysocket);
return 0;
}
- NOTICE("Systemd detected, trying to signal read
y
ness.");
+ NOTICE("Systemd detected, trying to signal read
i
ness.");
unsetenv("NOTIFY_SOCKET");