File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
NAME =oc-sd-optimizations
2
- VERSION =0.02
2
+ VERSION =0.03
3
3
MAINTAINER ='Artur Balanuta'
4
4
DEPS := rsyslog
5
5
WORK_DIR =src
Original file line number Diff line number Diff line change 8
8
/var/log/cron.log
9
9
/var/log/debug
10
10
{
11
+ su root adm
12
+ create 0666 root adm
11
13
size 100k
12
14
rotate 2
13
15
missingok
14
16
notifempty
15
17
copytruncate
16
18
compress
17
- delaycompress
19
+ delaycompress
18
20
sharedscripts
19
21
postrotate
20
22
invoke-rc.d rsyslog rotate > /dev/null
27
29
/var/log/messages
28
30
/var/log/user.log
29
31
{
30
- size 5M
32
+ su root adm
33
+ create 0666 root adm
34
+ size 10M
31
35
rotate 0
36
+ compress
37
+ delaycompress
38
+ copytruncate
32
39
missingok
33
40
notifempty
34
- copytruncate
35
41
compress
36
- delaycompress
37
42
sharedscripts
38
43
postrotate
39
44
invoke-rc.d rsyslog rotate > /dev/null
Original file line number Diff line number Diff line change
1
+ f /var/log/daemon.log 666 root adm -
2
+ f /var/log/syslog 666 root adm -
1
3
f /var/log/alternatives.log 644 root root -
2
4
d /var/log/apt 755 root adm -
3
5
f /var/log/aptitude 644 root root -
4
6
f /var/log/bootstrap.log 644 root root -
5
7
f /var/log/dpkg.log 644 root root -
6
8
f /var/log/faillog 644 root root -
7
9
f /var/log/lastlog 664 root utmp -
8
- d /var/log/lora-gateway-bridge 777 gatewaybridge gatewaybridge -
9
- d /var/log/ntpstats 775 ntp ntp -
10
+ d /var/log/lora-gateway-bridge 755 gatewaybridge gatewaybridge -
11
+ d /var/log/ntpstats 755 ntp ntp -
10
12
d /var/log/samba 750 root adm -
You can’t perform that action at this time.
0 commit comments