diff options
author | ajs <ajs> | 2004-12-17 23:16:33 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-12-17 23:16:33 +0000 |
commit | 2885f72d546a9d4673e4b9a607f8e30ab2e88cc9 (patch) | |
tree | 47029b9cfbc3a3da505e7d43395b1a19714f0d74 /lib/ChangeLog | |
parent | 202d08cab9ef110dcbf6202cd0223d8877c7f0b6 (diff) |
2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* command.c: (do_echo) Added new "echo" command, useful for
watchdog pinging to make sure the daemon is responsive.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a91901cd..6eb70a22 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,4 +1,9 @@ 2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * command.c: (do_echo) Added new "echo" command, useful for + watchdog pinging to make sure the daemon is responsive. + +2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * pid_output.c: (pid_output_lock) Eliminate static function, and just use the #ifdef to decide which version of the function to include. |