Package: aide Version: 0.10-6.1 Severity: minor At the end of man 1 aide in the section FILES all pathes are prefixed with a <prefix> tag. For what I found out those prefix tags are normaly replaced by the configure script that generates the manpage. (At least in the aide CVS version) I'm not sure if it's a packaging bug on your side or an error of the configure script itself.
A second thing are some error messages about the numeric expression expected by groff. I filled this issue upstream http://sourceforge.net/tracker/index.php?func=detail&aid=1217483&group_id=86976&atid=581579 with a patch against the aide.1.in file that is used to generate the aide.1 manpage. Attached is a patch against the final Debian manpage for both issues. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-rc1-bk1 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: LC_ALL set to de_DE) Versions of packages aide depends on: ii debconf 1.4.50 Debian configuration management sy ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii mailx 1:8.1.2-0.20040524cvs-4 A simple mail user agent -- debconf information excluded -- Das Fernsehen ist die größte kulturelle Katastrophe, die die Erde in der Zeit, an die wir uns erinnern können, erlebt hat. [ Joseph Weizenbaum ]
--- aide.1-debian 2005-06-09 14:55:03.000000000 +0200 +++ aide.1 2005-06-09 15:01:00.000000000 +0200 @@ -11,27 +11,27 @@ .SH COMMANDS .PP -.IP --check, -C +.IP "--check, -C" Checks the database for inconsistencies. You must have an initialized database to do this. This is also the default option. Without any command \fBaide\fP does a check. -.IP --init, -i +.IP "--init, -i" Initialize the database. You must initialize a database and move it to the appropriate place before you can use the \-\-check option. -.IP --update, -u +.IP "--update, -u" Checks the database and updates the database non-interactively. The input and output databases must be different. .IP --compare Compares two databases. They must be defined in configfile with database=<url> and database_new=<url>. .SH PARAMETERS -.IP --config=\fBconfigfile\fR , -c \fBconfigfile\fR +.IP "--config=\fBconfigfile\fR , -c \fBconfigfile\fR" Configuration is read from file \fBconfigfile\fR instead of "./aide.conf". Use '-' for stdin. -.IP --before="\fBconfigparameters\fR" , -B "\fBconfigparameters\fR" +.IP "--before=\(dq\fBconfigparameters\fR\(dq , -B \(dq\fBconfigparameters\fR\(dq" These \fBconfigparameters\fR are handled before the reading of the configuration file. See aide.conf (5) for more details on what to put here. -.IP --after="configparameters" , -A "configparameters" +.IP "--after=\(dqconfigparameters\(dq , -A \(dqconfigparameters\(dq" These \fBconfigparameters\fR are handled after the reading of the configuration file. See aide.conf (5) for more details on what to put here. @@ -39,7 +39,7 @@ Controls how verbose \fBaide\fP is. Value must [0-255]. The default is 5. With no argument Value is set to 20. This option overrides the value set in a configuration file. -.IP --report=\fBreporter\fR,-r \fBreporter\fR +.IP "--report=\fBreporter\fR,-r \fBreporter\fR" \fBreporter\fR is a URL which tells \fBaide\fP where to send it's output. See aide.conf (5) section URLS for available values. .IP --version,-v @@ -48,11 +48,11 @@ Prints out the standard help message. .PP .SH FILES -.B <prefix>/etc/aide.conf +.B /etc/aide.conf Default aide configuration file. -.B <prefix>/etc/aide.db +.B /etc/aide.db Default aide database. -.B <prefix>/etc/aide.db.new +.B /etc/aide.db.new Default aide output database. .SH SEE ALSO .BR aide.conf (5)