diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-07 13:36:15 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-07 13:36:15 +0000 |
| commit | 1d82e74887a109bfb28baf5193e3825c86963afd (patch) | |
| tree | fa0b5488b4badc5aaffb7dd9c0daa617a6915fc4 /sysutils/Makefile | |
| parent | - Update to 1.6.5 (diff) | |
Logserial stores data received from serial device in a file. Upon receiving
SIGHUP it reopens the file, thus allowing automated rotation of logs. One
possible application of logserial is to save logs of PBX.
PR: ports/93091
Submitted by: Anastasya Batieva <nastya@rsu.ru>
Diffstat (limited to 'sysutils/Makefile')
| -rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 8227530f0927..226f4bd4fd58 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -297,6 +297,7 @@ SUBDIR += log_analysis SUBDIR += logmon SUBDIR += logrotate + SUBDIR += logserial SUBDIR += logtool SUBDIR += logtool-devel SUBDIR += lookat |
