README for addts * Overview Addts is a small UNIX filter that copies its input to the output line by line, adding current timestamp at the beginning of each line. It was designed for use with Apache forensic log module. The typical usage is: ForensicLog "|/usr/bin/addts -a /var/log/httpd/forensic.log" See the accompanying man page for a detailed discussion. * Compiling Run make to build the utility. Run 'make install' as root to install it. The following make variables can be used ** PREFIX Installation prefix. Defaults to /usr/local. ** BINDIR Directory to install the addts binary to. Defaults to $(PREFIX)/bin ** MANDIR Root directory for manpage hierarchy. Defaults to $(PREFIX)/share/man ** MAN1DIR Directory for section 1 manpages. Defaults to $(MANDIR)/man1 For example, to install it to /usr, use make install PREFIX=/usr * Downloads See https://puszcza.gnu.org.ua/projects/addts for download pointers, including Git repository URLs. * License Copyright (C) 2018, 2019 Sergey Poznyakoff Addts is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. Addts is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with addts. If not, see . Local variables: mode: outline paragraph-separate: "[ ]*$" end: