diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-06-08 19:39:39 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-06-08 19:39:39 +0000 |
commit | 3cd54bb5bb30a5a43eb68fe29c64931f895b0ff6 (patch) | |
tree | 873178eb9cb5177874f9aa8138874e42a32be718 /security/aide | |
parent | 0386271de1d6128dd7b39f9165ec7cda7e0bec8a (diff) | |
download | ports-3cd54bb5bb30a5a43eb68fe29c64931f895b0ff6.tar.gz ports-3cd54bb5bb30a5a43eb68fe29c64931f895b0ff6.zip |
Notes
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 1 | ||||
-rw-r--r-- | security/aide/files/aide.conf.freebsd | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 2422697a8f65..65a0803e6130 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -7,6 +7,7 @@ PORTNAME= aide PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.cs.tut.fi/~rammer/ \ ftp://ftp.cs.tut.fi/pub/src/gnu/ diff --git a/security/aide/files/aide.conf.freebsd b/security/aide/files/aide.conf.freebsd index d6c88e2e217a..ee4d14b64c37 100644 --- a/security/aide/files/aide.conf.freebsd +++ b/security/aide/files/aide.conf.freebsd @@ -78,7 +78,7 @@ database_out=file:///var/adm/aide/databases/aide.db.new # First, root's traditional "home". Note that FreeBSD's root's home (/root) # is protected by R-tiger-rmd160-sha1 protections in the default config file. -=/ L +=/$ L /.rhosts R /.profile R /.cshrc R @@ -111,7 +111,7 @@ database_out=file:///var/adm/aide/databases/aide.db.new # /etc/spwd.db L # /home -=/home L-c +=/home$ L-c # /lkm /lkm R-tiger-rmd160-sha1 |