Subversion Repositories ALCASAR

Rev

Rev 426 | Rev 958 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
476 richard 1
/var/log/firewall/tracability.log {
1 root 2
    missingok
3
    rotate 52
4
    weekly
5
    dateext
6
    sharedscripts
7
    postrotate
8
	/etc/init.d/ulogd restart
9
    endscript
10
}
476 richard 11
/var/log/firewall/ssh.log {
12
    missingok
13
    rotate 52
14
    weekly
15
    dateext
16
    sharedscripts
17
    postrotate
18
	/etc/init.d/ulogd restart
19
    endscript
20
}
21
/var/log/firewall/ext-access.log {
22
    missingok
23
    rotate 52
24
    weekly
25
    dateext
26
    sharedscripts
27
    postrotate
28
	/etc/init.d/ulogd restart
29
    endscript
30
}