diff options
author | garga <garga@FreeBSD.org> | 2005-10-14 19:15:55 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-14 19:15:55 +0000 |
commit | 991fa5146165462919af86b5f3fc0cf304fae018 (patch) | |
tree | bfc3b8746dc8b06d50be7dda98a981704b90edf5 /shells | |
parent | 0052106bde74b2016b5b5424bdb1d65589b99da9 (diff) | |
download | FreeBSD-ports-991fa5146165462919af86b5f3fc0cf304fae018.zip FreeBSD-ports-991fa5146165462919af86b5f3fc0cf304fae018.tar.gz |
Provide accurate COMMENT and pkg-descr
Submitted by: maintainer by email
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 7c78859..48bd33a 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 6c19c57..2a5ba33 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/ |