From aa2231b32ba2a9553a34be71ca9fd7e12275d6f5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 28 Dec 2015 17:28:57 +0100 Subject: m + all of this is probably unnecessary for most users MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 4 ++++ src/satd-diminished.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README b/README index 3eca018..4dea805 100644 --- a/README +++ b/README @@ -56,6 +56,10 @@ ENVIRONMENT a home and is not root), or /etc/sat/hook (otherwise) is used. +NOTES + nohup(1) combined with sh(1) and, sleep(1) or sleep-until(1) + should be sufficient for most users. + SEE ALSO at(1), cron(1), sleep-until(1) diff --git a/src/satd-diminished.c b/src/satd-diminished.c index b18c5cf..fd41f14 100644 --- a/src/satd-diminished.c +++ b/src/satd-diminished.c @@ -85,6 +85,8 @@ main(int argc, char *argv[]) const char *image; struct stat _attr; + /* TODO set up signal handlers. */ + /* Pick-up where we left off. */ if (!fstat(CONN_FILENO, &_attr)) { fd = CONN_FILENO; @@ -93,6 +95,7 @@ main(int argc, char *argv[]) goto fail; } + /* The magnificent loop. */ accept_again: fd = accept(SOCK_FILENO, NULL, NULL); if (fd == -1) { -- cgit v1.2.3-70-g09d2