Subversion Repositories ALCASAR

Rev

Rev 426 | Rev 958 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 426 Rev 476
1
/var/log/firewall/firewall.log {
1
/var/log/firewall/tracability.log {
-
 
2
    missingok
-
 
3
    rotate 52
-
 
4
    weekly
-
 
5
    dateext
-
 
6
    sharedscripts
-
 
7
    postrotate
-
 
8
	/etc/init.d/ulogd restart
-
 
9
    endscript
-
 
10
}
-
 
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 {
2
    missingok
22
    missingok
3
    rotate 52
23
    rotate 52
4
    weekly
24
    weekly
5
    dateext
25
    dateext
6
    sharedscripts
26
    sharedscripts
7
    postrotate
27
    postrotate
8
	/etc/init.d/ulogd restart
28
	/etc/init.d/ulogd restart
9
    endscript
29
    endscript
10
}
30
}
11
 
31