aboutsummaryrefslogtreecommitdiffstats
path: root/security/aide/files
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-02-06 21:17:01 +0800
committerolgeni <olgeni@FreeBSD.org>2001-02-06 21:17:01 +0800
commit0aaec4965998a3349f9d518154c05b71984f4b64 (patch)
treea1af6bd9314f318a93058500efa2b2af6c9ffa90 /security/aide/files
parentb46b4d1c4ba0e7ca343304d1de23b05fbee80554 (diff)
downloadfreebsd-ports-gnome-0aaec4965998a3349f9d518154c05b71984f4b64.tar.gz
freebsd-ports-gnome-0aaec4965998a3349f9d518154c05b71984f4b64.tar.zst
freebsd-ports-gnome-0aaec4965998a3349f9d518154c05b71984f4b64.zip
Misc. port cleanups and some manpage fixes (correct FILES section).
PR: 20997 (slightly modified for new port layout) Submitted by: olgeni Approved by: maintainer
Diffstat (limited to 'security/aide/files')
-rw-r--r--security/aide/files/aide.conf.freebsd7
-rw-r--r--security/aide/files/patch-doc_aide.123
2 files changed, 26 insertions, 4 deletions
diff --git a/security/aide/files/aide.conf.freebsd b/security/aide/files/aide.conf.freebsd
index 1e481db85e84..d6c88e2e217a 100644
--- a/security/aide/files/aide.conf.freebsd
+++ b/security/aide/files/aide.conf.freebsd
@@ -67,14 +67,13 @@
#
#
# Tripwire running slowly? Modify your tripwire.config entries to
-# ignore the (signature 2) attribute when this computationally-exorbita
-nt
+# ignore the (signature 2) attribute when this computationally-exorbitant
# protection is not needed. (See README and design document for further
# details.)
#
-database=file:///var/log/aide/databases/aide.db
-database_out=file:///var/log/aide/databases/aide.db.new
+database=file:///var/adm/aide/databases/aide.db
+database_out=file:///var/adm/aide/databases/aide.db.new
# First, root's traditional "home". Note that FreeBSD's root's home (/root)
diff --git a/security/aide/files/patch-doc_aide.1 b/security/aide/files/patch-doc_aide.1
new file mode 100644
index 000000000000..b016612768a3
--- /dev/null
+++ b/security/aide/files/patch-doc_aide.1
@@ -0,0 +1,23 @@
+--- doc/aide.1.orig Wed Jan 19 12:11:36 2000
++++ doc/aide.1 Sat Sep 2 13:00:57 2000
+@@ -45,11 +45,17 @@
+ Prints out the standard help message.
+ .PP
+ .SH FILES
+-.B <prefix>/etc/aide.conf
++.TP
++.BI PREFIX/etc/aide.conf.sample
++Example aide configuration file.
++.TP
++.BI /var/adm/aide/aide.conf
+ Default aide configuration file.
+-.B <prefix>/etc/aide.db
++.TP
++.BI /var/adm/aide/databases/aide.db
+ Default aide database.
+-.B <prefix>/etc/aide.db.new
++.TP
++.BI /var/adm/aide/databases/aide.db.new
+ Default aide output database.
+ .SH SEE ALSO
+ .BR aide.conf (5)