diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-01 20:08:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-01 20:08:31 +0100 |
commit | 93548e8437d2d5895e9290770254ac03a33afe59 (patch) | |
tree | 6f85e8358347bf913f995577bf18ce7d5db91c66 /src/README | |
parent | update news (diff) | |
download | sat-93548e8437d2d5895e9290770254ac03a33afe59.tar.gz sat-93548e8437d2d5895e9290770254ac03a33afe59.tar.bz2 sat-93548e8437d2d5895e9290770254ac03a33afe59.tar.xz |
satq does not interface with satd + fix regression bugs
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/README')
-rw-r--r-- | src/README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,10 +18,10 @@ parse_time.[ch] Use by sat.c to parse the time argument. daemonise.[ch] From <http://github.com/maandree/slibc>; daemonisation of the process. Used by satd.c -client.[ch] Used by sat{,q,r,rm}.c, code for communicating +client.[ch] Used by sat{,r,rm}.c, code for communicating with satd, starts satd transparently if necessary. -daemon.[ch] Used by satd*.c, some shared code for daemons objects. +daemon.[ch] Used by sat{q,d*}.c, some shared code for daemons objects. common.h Used by sat{,q,r,rm,d*}.c, some shared code. Included via client.h and daemon.h. |