diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-14 19:15:55 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-14 19:15:55 +0000 |
commit | ddaa156ba09c7d4aaa68c9837306e15d4fa1fe95 (patch) | |
tree | 4b0b5c1791c0c8c2957e7d53a35bf6b1989f9558 /shells | |
parent | cc063f12823b73cec92071e66f8a5c2a91b3df69 (diff) | |
download | ports-ddaa156ba09c7d4aaa68c9837306e15d4fa1fe95.tar.gz ports-ddaa156ba09c7d4aaa68c9837306e15d4fa1fe95.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh-bofh/Makefile | 2 | ||||
-rw-r--r-- | shells/tcsh-bofh/pkg-descr | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/shells/tcsh-bofh/Makefile b/shells/tcsh-bofh/Makefile index 7c788597b4a8..48bd33af71ec 100644 --- a/shells/tcsh-bofh/Makefile +++ b/shells/tcsh-bofh/Makefile @@ -16,7 +16,7 @@ DISTFILES= tcsh-6.12.00.tar.gz \ tcsh-6.12.00-bofh.tgz:bofh MAINTAINER= pyzmen@kam.pl -COMMENT= Patch tcsh to providing true BOFH logfunctions +COMMENT= Patch tcsh to providing user activity logging to syslog WRKSRC= ${WRKDIR}/tcsh-${PORTVERSION} diff --git a/shells/tcsh-bofh/pkg-descr b/shells/tcsh-bofh/pkg-descr index 6c19c579fe07..2a5ba33050eb 100644 --- a/shells/tcsh-bofh/pkg-descr +++ b/shells/tcsh-bofh/pkg-descr @@ -1,4 +1,7 @@ -A patch to provide true BOFH logfunctions to tcsh +Log commands run from tcsh to syslog under the USER facility, the advantages +of this is that a program does not need elevated privileges to send to +syslog, so a shell run by a user can log the commands the users issues to +syslog but(providing you have sane syslog file permissions) Author: EF <ef@ccitt5.net> WWW: http://www.ccitt5.net/archives/ |