From 0b409d0b064644efc2240c1023cda49e4e74be77 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Mon, 4 Nov 2019 11:16:17 +0100 Subject: [PATCH] Relocate and increase indent of items Signed-off-by: Joachim Nilsson --- TODO.org | 22 ---------------------- docs/TODO.org | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 TODO.org create mode 100644 docs/TODO.org diff --git a/TODO.org b/TODO.org deleted file mode 100644 index a49f498..0000000 --- a/TODO.org +++ /dev/null @@ -1,22 +0,0 @@ -#+STARTUP: showall -* sysklogd v2.0 - -** Add example application, test building and running it from Travis-CI -** TODO Check for memory/descriptor leaks, valgrind/Coverity -** DONE Drop strlcpy() from libsyslog, make built-in? (marked as weak alias) -** DONE Document, and add examle of, how to use libsyslog -** DONE Separate libsylog.{a,so} and syslog/syslog.h with NetBSD API -** DONE Add syslogp() and vsyslogp() to libsyslog -** DONE Add support for =/etc/syslog.d/*.conf= to syslogd -** DONE Test support of =/etc/syslog.d/*.conf= to syslogd -** DONE Test SIGHUP of syslogd -** DONE Custom facilities! -** DONE Fix option parsing in syslog.conf, e.g. ;RFC5424 and log rotation -** DONE Test with/without openlog() -** DONE Test custom facilities -** DONE Test setlogmask() -** DONE Test v1 API, syslogp() -** DONE Add RFC5424 parsing of incoming msgs to syslogd -** DONE Local `stdout | stdin` unit testing -** DONE Rewrite man pages do mandoc format - diff --git a/docs/TODO.org b/docs/TODO.org new file mode 100644 index 0000000..9928ea9 --- /dev/null +++ b/docs/TODO.org @@ -0,0 +1,24 @@ +#+STARTUP: showall +* TODO + +** sysklogd v2.0 + +*** TODO Add example application, test building and running it from Travis-CI +*** TODO Check for memory/descriptor leaks, valgrind/Coverity +*** DONE Drop strlcpy() from libsyslog, make built-in? (marked as weak alias) +*** DONE Document, and add examle of, how to use libsyslog +*** DONE Separate libsylog.{a,so} and syslog/syslog.h with NetBSD API +*** DONE Add syslogp() and vsyslogp() to libsyslog +*** DONE Add support for =/etc/syslog.d/*.conf= to syslogd +*** DONE Test support of =/etc/syslog.d/*.conf= to syslogd +*** DONE Test SIGHUP of syslogd +*** DONE Custom facilities! +*** DONE Fix option parsing in syslog.conf, e.g. ;RFC5424 and log rotation +*** DONE Test with/without openlog() +*** DONE Test custom facilities +*** DONE Test setlogmask() +*** DONE Test v1 API, syslogp() +*** DONE Add RFC5424 parsing of incoming msgs to syslogd +*** DONE Local `stdout | stdin` unit testing +*** DONE Rewrite man pages do mandoc format +