diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-07-10 08:41:32 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-07-10 08:41:32 +0000 |
commit | f9f2660a138d759969b3d7c9bef43224fc5aa4b0 (patch) | |
tree | ced99dd9d7f8c65198ff6e0a29a406bb6ea3d5e5 /security/sudoscript | |
parent | 7b679a05233a4173a52cccb5885b012cda1bf036 (diff) |
Notes
Diffstat (limited to 'security/sudoscript')
-rw-r--r-- | security/sudoscript/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudoscript/pkg-descr b/security/sudoscript/pkg-descr index 865ca7ccc36d..0612f98a85b2 100644 --- a/security/sudoscript/pkg-descr +++ b/security/sudoscript/pkg-descr @@ -4,7 +4,7 @@ They agree on the location of a FIFO, which the daemon opens for read. Sudoshell then runs script(1) with the FIFO as a typescript. The daemon stamps each line of the script(1) output with a session id, then passes the data over to another daemon. This daemon timestamps the data and stores -it in a log file which is /var/log/sudscript. This daemon also keeps an eye +it in a log file which is /var/log/sudoscript. This daemon also keeps an eye on the size of log files, and forks a rotator/compressor when it exceeds 2 MBytes. |