File: aide-common.templates

package info (click to toggle)
aide 0.19.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,516 kB
  • sloc: ansic: 12,399; sh: 6,718; lex: 635; makefile: 139; yacc: 138
file content (28 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Template: aide/aideinit
Type: boolean
Default: false
_Description: Initialize AIDE database?
 Before AIDE can be used, you will have to initialize a database. You
 can immediately do this here, or run the '/usr/sbin/aideinit' script
 from a shell later.

Template: aideinit/overwritenew
Type: boolean
Default: true
_Description: Overwrite existing /var/lib/aide/aide.db.new?
 You have already a newly generated AIDE database in
 /var/lib/aide/aide.db.new. If you choose this option, the existing file
 will be be overwritten by the new data obtained from the current state
 of your file system.

Template: aideinit/copynew
Type: boolean
Default: false
_Description: Copy aide.db.new to aide.db?
 It is advisable for you to first look over /var/lib/aide/aide.db.new
 file before replacing the existing db. You can have the package
 replace the database anyway here.
 .
 If you do not choose this option, you will need to copy the file
 /var/lib/aide/aide.db.new to /var/lib/aide/aide.db before AIDE can use
 it.