[pve-devel] [PATCH manager 1/2] vzdump: revert /var/run stdexclude entry to its original

Jean-Francois Dagenais jeff.dagenais at gmail.com
Thu Mar 3 14:48:00 CET 2016


> On Mar 3, 2016, at 03:55, Wolfgang Bumiller <w.bumiller at proxmox.com> wrote:
> 
> It used to be /var/run/.+pid when we used regular
> expressions so now it should be /var/run/?*pid
> ---
> PVE/VZDump.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
> index 218b033..8f5af3f 100644
> --- a/PVE/VZDump.pm
> +++ b/PVE/VZDump.pm
> @@ -593,7 +593,7 @@ sub new {
> 	push @$findexcl, '/var/log/?*',
> 	                 '/tmp/?*',
> 	                 '/var/tmp/?*',
> -	                 '/var/run/?*';
> +	                 '/var/run/?*pid';

Shouldn't this be "/var/run/?*.pid" ? I'm thinking of file names ending
in "pid" such as "acpid" for example.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 236 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.proxmox.com/pipermail/pve-devel/attachments/20160303/fbb4c2fa/attachment.sig>


More information about the pve-devel mailing list