Corregir errata en fichero plantilla para Logrotate que evita generar bucles indefinidos de ficheros.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2386 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/debian-pkg
parent
5804229436
commit
456ad7a1fe
|
@ -12,7 +12,7 @@ OPENGNSYSDIR/log/clients/*.log {
|
|||
size 100k
|
||||
}
|
||||
|
||||
OPENGNSYSDIR/log/mcastlog/ogAdmRepoMcast.* {
|
||||
OPENGNSYSDIR/log/mcastlog/ogAdmRepoMcast.*([-0-9]) {
|
||||
rotate 2
|
||||
weekly
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue