diff options
-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 |