Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 97
Line 10... Line 10...
10
    notifempty
10
    notifempty
11
    daily
11
    daily
12
    rotate 31
12
    rotate 31
13
    create 0600 root root
13
    create 0600 root root
14
    postrotate
14
    postrotate
-
 
15
       if [ -f /var/lock/subsys/psacct ]; then
15
       /usr/sbin/accton /var/account/pacct
16
         /usr/sbin/accton /var/account/pacct
-
 
17
       fi
16
    endscript
18
    endscript
17
}     
19
}