Fix paths in documentation.

ok benoit@ (maintainer)
This commit is contained in:
ajacoutot 2010-05-05 05:32:24 +00:00
parent 8868c21fd1
commit c5b1a55ac8
4 changed files with 34 additions and 18 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2010/05/01 21:27:22 benoit Exp $
# $OpenBSD: Makefile,v 1.15 2010/05/05 05:32:24 ajacoutot Exp $
COMMENT= Advanced Intrusion Detection Environment
DISTNAME= aide-0.14
PKGNAME= ${DISTNAME}p0
CATEGORIES= security
HOMEPAGE= http://sourceforge.net/projects/aide

View File

@ -1,17 +0,0 @@
--- doc/aide.1.orig Tue Mar 16 19:48:26 2010
+++ doc/aide.1 Tue May 4 16:41:43 2010
@@ -73,11 +73,11 @@ Please note that due to mmap issues, aide cannot be te
SIGTERM. Use SIGKILL to terminate.
.PP
.SH FILES
-.B ${prefix}/etc/aide.conf
+.B /etc/aide.conf
Default aide configuration file.
-.B ${prefix}/etc/aide.db
+.B /var/db/aide.db
Default aide database.
-.B ${prefix}/etc/aide.db.new
+.B /var/db/aide.db.new
Default aide output database.
.SH SEE ALSO
.BR aide.conf (5)

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-doc_aide_1_in,v 1.1 2010/05/05 05:32:24 ajacoutot Exp $
--- doc/aide.1.in.orig Tue May 4 16:53:01 2010
+++ doc/aide.1.in Tue May 4 16:53:49 2010
@@ -75,9 +75,9 @@ SIGTERM. Use SIGKILL to terminate.
.SH FILES
.B @sysconfdir@/aide.conf
Default aide configuration file.
-.B @sysconfdir@/aide.db
+.B /var/db/aide.db
Default aide database.
-.B @sysconfdir@/aide.db.new
+.B /var/db/aide.db.new
Default aide output database.
.SH SEE ALSO
.BR aide.conf (5)

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-doc_aide_conf_5_in,v 1.1 2010/05/05 05:32:24 ajacoutot Exp $
--- doc/aide.conf.5.in.orig Tue May 4 16:52:24 2010
+++ doc/aide.conf.5.in Tue May 4 16:52:47 2010
@@ -30,11 +30,11 @@ valid urls.
.IP "database"
The url from which database is read. There can only be one of these
lines. If there are multiple database lines then the first is used.
-The default value is "@prefix@/etc/aide.db".
+The default value is "/var/db/aide.db".
.IP "database_out"
The url to which the new database is written to. There can only be one
of these lines. If there are multiple database_out lines then the
-first is used. The default value is "@prefix@/etc/aide.db.new".
+first is used. The default value is "/var/db/aide.db.new".
.IP "database_new"
The url from which the other database for \-\-compare is read.
There is no default for this one.