From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- security/logcheck/DEINSTALL | 8 ++++++++ security/logcheck/DESCR | 14 ++++++++++++++ security/logcheck/MESSAGE | 15 +++++++++++++++ security/logcheck/PLIST | 7 +++++++ security/logcheck/pkg/DEINSTALL | 8 -------- security/logcheck/pkg/DESCR | 14 -------------- security/logcheck/pkg/MESSAGE | 15 --------------- security/logcheck/pkg/PLIST | 7 ------- 8 files changed, 44 insertions(+), 44 deletions(-) create mode 100755 security/logcheck/DEINSTALL create mode 100644 security/logcheck/DESCR create mode 100644 security/logcheck/MESSAGE create mode 100644 security/logcheck/PLIST delete mode 100755 security/logcheck/pkg/DEINSTALL delete mode 100644 security/logcheck/pkg/DESCR delete mode 100644 security/logcheck/pkg/MESSAGE delete mode 100644 security/logcheck/pkg/PLIST (limited to 'security/logcheck') diff --git a/security/logcheck/DEINSTALL b/security/logcheck/DEINSTALL new file mode 100755 index 00000000000..490e203bf0b --- /dev/null +++ b/security/logcheck/DEINSTALL @@ -0,0 +1,8 @@ +#!/bin/sh +# +# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:16:54 zuntum Exp $ +# + +[ -d /var/adm/tmp ] && rmdir /var/adm/tmp +[ -d /var/adm ] && rmdir /var/adm +exit 0 diff --git a/security/logcheck/DESCR b/security/logcheck/DESCR new file mode 100644 index 00000000000..91ccbe4c5b7 --- /dev/null +++ b/security/logcheck/DESCR @@ -0,0 +1,14 @@ +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. + +WWW: http://www.psionic.com/ + +- Dan Langille +dan@freebsddiary.org diff --git a/security/logcheck/MESSAGE b/security/logcheck/MESSAGE new file mode 100644 index 00000000000..0c088964d29 --- /dev/null +++ b/security/logcheck/MESSAGE @@ -0,0 +1,15 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2001/11/01 01:16:55 zuntum Exp $ + + Remember to copy the sample files to the real file names. + Here is an example what you need to do: + + cd ${PREFIX}/etc/ + cp logcheck.ignore.sample logcheck.ignore + cp logcheck.violations.ignore.sample logcheck.violations.ignore + cp logcheck.violations.sample logcheck.violations + cp logcheck.hacking.sample logcheck.hacking + + Note that logcheck is started with ${PREFIX}/etc/logcheck.sh + +=========================================================================== diff --git a/security/logcheck/PLIST b/security/logcheck/PLIST new file mode 100644 index 00000000000..878cbdde19e --- /dev/null +++ b/security/logcheck/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:55 zuntum Exp $ +bin/logtail +etc/logcheck.hacking.sample +etc/logcheck.ignore.sample +etc/logcheck.sh +etc/logcheck.violations.ignore.sample +etc/logcheck.violations.sample diff --git a/security/logcheck/pkg/DEINSTALL b/security/logcheck/pkg/DEINSTALL deleted file mode 100755 index f8dfee1d9eb..00000000000 --- a/security/logcheck/pkg/DEINSTALL +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $NetBSD: DEINSTALL,v 1.1.1.1 2001/07/17 15:00:48 nra Exp $ -# - -[ -d /var/adm/tmp ] && rmdir /var/adm/tmp -[ -d /var/adm ] && rmdir /var/adm -exit 0 diff --git a/security/logcheck/pkg/DESCR b/security/logcheck/pkg/DESCR deleted file mode 100644 index 91ccbe4c5b7..00000000000 --- a/security/logcheck/pkg/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -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. - -WWW: http://www.psionic.com/ - -- Dan Langille -dan@freebsddiary.org diff --git a/security/logcheck/pkg/MESSAGE b/security/logcheck/pkg/MESSAGE deleted file mode 100644 index 8e53a92338a..00000000000 --- a/security/logcheck/pkg/MESSAGE +++ /dev/null @@ -1,15 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2001/07/17 15:16:18 wiz Exp $ - - Remember to copy the sample files to the real file names. - Here is an example what you need to do: - - cd ${PREFIX}/etc/ - cp logcheck.ignore.sample logcheck.ignore - cp logcheck.violations.ignore.sample logcheck.violations.ignore - cp logcheck.violations.sample logcheck.violations - cp logcheck.hacking.sample logcheck.hacking - - Note that logcheck is started with ${PREFIX}/etc/logcheck.sh - -=========================================================================== diff --git a/security/logcheck/pkg/PLIST b/security/logcheck/pkg/PLIST deleted file mode 100644 index be909d84380..00000000000 --- a/security/logcheck/pkg/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/17 15:00:48 nra Exp $ -bin/logtail -etc/logcheck.hacking.sample -etc/logcheck.ignore.sample -etc/logcheck.sh -etc/logcheck.violations.ignore.sample -etc/logcheck.violations.sample -- cgit v1.2.3