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-378ad31fedc9
remotes/github/debian-pkg
ramon 2011-12-05 11:01:22 +00:00
parent 5804229436
commit 456ad7a1fe
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ OPENGNSYSDIR/log/clients/*.log {
size 100k
}
OPENGNSYSDIR/log/mcastlog/ogAdmRepoMcast.* {
OPENGNSYSDIR/log/mcastlog/ogAdmRepoMcast.*([-0-9]) {
rotate 2
weekly
}