diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /app-admin/filewatcher | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'app-admin/filewatcher')
| -rw-r--r-- | app-admin/filewatcher/Manifest | 1 | ||||
| -rw-r--r-- | app-admin/filewatcher/files/filewatcher.conf | 24 | ||||
| -rw-r--r-- | app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild | 38 | ||||
| -rw-r--r-- | app-admin/filewatcher/metadata.xml | 5 |
4 files changed, 0 insertions, 68 deletions
diff --git a/app-admin/filewatcher/Manifest b/app-admin/filewatcher/Manifest deleted file mode 100644 index 776292b29f11..000000000000 --- a/app-admin/filewatcher/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST filewatcher-2.4.6.tar.gz 37459 BLAKE2B 41fc1a6a289247d428cc3101eb9b437ae99d4b11c6df51c712a825cadba8ff8bc00cffa3cc4c4554565cebe596a821cac20a273453a186f2092ef93cb1752f7b SHA512 a6e1d2fb11f54352f963c21a1cbb42ceadcf3aff0ebf2b0e629d7827fada12c03531ecc9b9400afc65937830f92a0f16c54abd1cc034392351b72326943d6442 diff --git a/app-admin/filewatcher/files/filewatcher.conf b/app-admin/filewatcher/files/filewatcher.conf deleted file mode 100644 index e3358242759a..000000000000 --- a/app-admin/filewatcher/files/filewatcher.conf +++ /dev/null @@ -1,24 +0,0 @@ -option archive-root /var/lib/filewatcher/archive -option state-file /var/lib/filewatcher/state -option warn-if-missing true -option include-autopush true -option skip-binary true - -# default notify via email to sysadm address -option notify mailto:root -# scan for archived files deleted from the filesystem -option scan-frequency 4h -watch ARCHIVE - -# system security files -option scan-frequency 5m -watch /etc/passwd -watch /etc/group -watch /sudoers - - -# filewatcher and its configuration files -option scan-frequency 30m -watch /etc/filewatcher.conf -watch /usr/sbin/filewatcher - diff --git a/app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild b/app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild deleted file mode 100644 index 16e4b94d13de..000000000000 --- a/app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="File control configuration system and IDS" -HOMEPAGE="https://sourceforge.net/projects/filewatcher/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND=" - dev-perl/MailTools - dev-vcs/rcs - virtual/mta" - -DOCS=( Changes README ) - -src_install() { - keepdir /var/lib/filewatcher /var/lib/filewatcher/archive - dosbin filewatcher - doman filewatcher.1 - insinto /etc - doins "${FILESDIR}"/filewatcher.conf - einstalldocs -} - -pkg_postinst() { - elog " A basic configuration has been provided in" - elog " /etc/filewatcher.conf. It is strongly" - elog " recommended that you invoke filewatcher via" - elog " crontab." - elog - elog " 55,25,40 * * * * root /usr/sbin/filewatcher" - elog " --config=/etc/filewatcher.conf" -} diff --git a/app-admin/filewatcher/metadata.xml b/app-admin/filewatcher/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-admin/filewatcher/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
