From d67e03e5a23fb368125023932522864c77f13740 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Tue, 19 Jul 2022 17:23:37 +0200 Subject: [PATCH] packweb-apache/files/userlogrotate: tfix (comments). --- packweb-apache/files/userlogrotate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packweb-apache/files/userlogrotate b/packweb-apache/files/userlogrotate index 2656f55d..7ed42668 100644 --- a/packweb-apache/files/userlogrotate +++ b/packweb-apache/files/userlogrotate @@ -35,9 +35,9 @@ fi; test -x /usr/sbin/nginx && invoke-rc.d nginx rotate >/dev/null 2>&1 -# Zipping is done after web serveur reload, so that the file descriptor is released. +# Zipping is done after web server reload, so that the file descriptor is released. # Else, an error is raised (gzip file size changed while zipping) -# and logs written buring the zipping process might be lost. +# and logs written during the zipping process might be lost. for log in access.log access-*.log error.log; do for i in `ls -1 -d $HOMEPREFIX/*/log/$log 2>/dev/null | grep -v \.bak\.`; do