summaryrefslogtreecommitdiff
path: root/security/logcheck
AgeCommit message (Collapse)AuthorFilesLines
2009-12-11- LICENSE is gnu-gpl-v2heinz3-11/+29
- Added DESTDIR support. All permission settings were kept as before. - TEMPDIR is now changeable in the Makefile (see patch-ab).
2009-10-29mark as not for unprivileged modetnn1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2006-06-16Converted to the SUBST framework.rillig1-11/+7
2006-06-16Removed the leading "@" from shell commands.rillig1-5/+5
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-11-08Include devel/sysexits bl3.tv1-1/+2
2005-10-23Replaced $f with ${f} to fix some pkglint warnings.rillig1-3/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-04-25Convert to buildlink3.snj1-2/+2
2004-01-22Master site has moved to sourceforge.agc1-3/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-6/+6
2003-05-03Whitespace fixcjep1-2/+2
2003-05-01Honour PKG_SYSCONFDIR.jmmv7-61/+93
Use OWN_DIRS to handle directories under /var. Move the logcheck.sh script to where it belongs, the bin directory. Use buildlink2. Bump PKGREVISION to 1.
2002-08-15Remove (partly obsolete) homepage URLs from DESCR.wiz1-5/+0
2001-11-01Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-07-17Fix patch-ab to not have hardcoded /usr/pkg.nra3-59/+11
2001-07-17Use MESSAGE_SUBST (and its default settings) instead of manually doingwiz2-14/+6
the same.
2001-07-17Add logcheck-1.1.1. PR #13271 by Martti Kuparinen.nra8-0/+242
Auditing tool for system logs on Unix boxes. Logcheck helps spot problems and security violations in your logfiles automatically and will send the results to you in e-mail. Logcheck is part of the Abacus Project of security tools. It is a program created to help in the processing of UNIX system logfiles generated by the various Abacus Project tools, system daemons, Wietse Venema's TCP Wrapper and Log Daemon packages, and the Firewall Toolkit(c) by Trusted Information Systems Inc.(TIS). Logcheck also works very well at reporting on other common operating system security violations and strange events.