summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-09-14 21:45:37 +0200
committerNiko Tyni <ntyni@iki.fi>2005-09-14 21:45:37 +0200
commitd12d5e62a94e78c13abf29dbe8c099f662e6ba23 (patch)
tree46aa4c7e64c244af9f85d3fcde66226be5c7cc63 /CHANGES
parentf0021857e52510645acf59997de6b5ee952186c3 (diff)
downloadsmokeping-d12d5e62a94e78c13abf29dbe8c099f662e6ba23.tar.gz
smokeping-d12d5e62a94e78c13abf29dbe8c099f662e6ba23.tar.xz
+ (trunk)/
CHANGES: + reword the reload stuff
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 405a623..1e38ad0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-* reload the config file on HUP signal and bail out if it's broken.
- After reloading, restart gracefully so that no measurement is
+* reload the config file on HUP signal and switch to the new one if it
+ isn't broken. After reloading, restart gracefully so that no measurement is
interrupted. The signal can also be triggered by 'smokeping --reload'.
-- niko, suggested by Taisuke Yamada <tyamadajp *list.rakugaki.org>