From f58973cb6e8c82d8970602c70dd99d0e1c19335a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 1 Jan 2016 20:43:23 +0100 Subject: remove satd-rm and satd-r and let satrm and satr do everything (not done yet) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/README | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/README') diff --git a/src/README b/src/README index c4a0b15..6780080 100644 --- a/src/README +++ b/src/README @@ -1,14 +1,11 @@ sat.c The satd program, ask satd to queue a job. -satq.c The satq program, ask satd for a list of queued jobs. -satr.c The satr program, ask satd to run jobs early. -satrm.c The satrm program, ask satd to remove jobs from the queue. +satq.c The satq program, prints the job queue. +satr.c The satr program, runs jobs and then pokes the daemon. +satrm.c The satrm program, removes jobs and then pokes the daemon. satd.c The initialisation part of satd. satd-diminished.c The rest of satd, satd.c exec:s to this. satd-add.c The part of satd responding to sat, satd-diminished.c fork–exec:s to this. -satd-rm.c The part of satd responding to satrm, satd-diminished.c fork–exec:s to this. -satd-list.c The part of satd responding to satlist, satd-diminished.c fork–exec:s to this. -satd-run.c The part of satd responding to satr, satd-diminished.c fork–exec:s to this. satd-timer.c The part of satd responsible for running expired jobs and setting timers to wait for new expirations, satd-diminished.c fork–exec:s to this. @@ -18,10 +15,10 @@ parse_time.[ch] Use by sat.c to parse the time argument. daemonise.[ch] From ; daemonisation of the process. Used by satd.c -client.[ch] Used by sat{,r,rm}.c, code for communicating +client.[ch] Used by sat.c, code for communicating with satd, starts satd transparently if necessary. -daemon.[ch] Used by sat{q,d*}.c, some shared code for daemons objects. +daemon.[ch] Used by sat{q,r,rm,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. -- cgit v1.2.3-70-g09d2