summaryrefslogtreecommitdiff
path: root/security/logcheck (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
|
* - Add /var/log/security to the default list of input filesSergei Kolobov2003-12-122-1/+11
| | | | | | | - Bump PORTREVISION PR: 56578 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | Approved by: krion
* - Change MASTER_SITES: the project finally found a new homeYen-Ming Lee2003-08-263-24/+13
| | | | | | | | | | | | (thanks Paulius Bulotas for reporting) - Avoid ever touching existing configs by installing example files with .sample suffix into ${PREFIX}/etc; do not install duplicates in ${EXAMPLESDIR} - Removed unneeded @cwd in pkg-plist - Bump PORTREVISION due to changed package PR: 55971 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* - Do not overwrite the existing config files when installing as a port orYen-Ming Lee2003-04-142-10/+12
| | | | | | | | | as a package - Bump PORTREVISION Reported by: Forrest Aldrich <forrie@forrie.com> PR: 50915 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* - Remove BROKEN: change temp dir from /tmp to /var/run/logcheckYen-Ming Lee2003-04-095-123/+54
| | | | | | | | | | | | | | | | | | | | (it has to be mode 700) - now complies with hier(7) - Psionic has been acquired by Cisco in late 2002 and now www.psionic.com is an alias to www.cisco.com. Unfortunately, the latter does not have any mention of LogSentry or other Abacus tools, so remove www.psionic.com from the MASTER_SITES and WWW: tag - Reword pkg-descr to better reflect reality - Dont use logcheck's Makefile - build/install completely from port's Makefile - Make PREFIX-clean - Install useful documentation - Assign maintainership to submitter Removed files: - files/patch-aa - pkg-message PR: 50730 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* PR: 49064Foxfair Hu2003-03-231-1/+4
| | | | | Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> Switch MASTER_SITE to make this port fetchable.
* Mark BROKEN: changes permissions on /tmp to 0700Kris Kennaway2003-02-211-0/+2
|
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* ${PREFIX}/var/tmp is obviously wrong. Use /tmp instead.Ollivier Robert2002-09-101-1/+1
| | | | | PR: ports/41815 Submitted by: Dan Langille <danl@freebsddiary.org> (fix by me)
* PERL -> REINPLACE_CMDPatrick Li2002-06-231-2/+3
| | | | | | PR: ports/39729, ports/39727, ports/39726, ports/39724 PR: ports/39722, ports/39721, ports/39720, ports/39719, ports/39718 Submitted by: Scott Flatman <sf@dsinw.com>
* - chase distfile namingPatrick Li2002-06-103-5/+8
| | | | | | | | | - whitespace nit - remove a directory from pkg-plist which is not actually created - make prefix safe PR: ports/39111 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Give maintainership back to ports@Patrick Li2002-04-171-1/+1
| | | | | PR: 37191 Submitted by: maintainer
* Eww. Cull etc/tmp in favor of var/tmp (even though this is not whatWill Andrews2001-03-112-0/+6
| | | | | | | | hier(7) specifically states, it's still better than screwing around with stuff outside of ${PREFIX}). PR: 25672 Submitted by: Dan Langille <dan@langille.org>
* Fix plist. I don't quite know why this port uses etc/tmp, but don't careKris Kennaway2001-03-111-0/+1
| | | | enough to find out.
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
|
* Respect CC and CFLAGSKris Kennaway2000-01-201-4/+13
|
* logcheck version 1.1.1Steve Price1999-12-257-0/+131
An auditing tools for system logs on Un*x boxes. PR: 15360 Submitted by: Dan Langille <dan@freebsddiary.org>