[pve-devel] [PATCH] Add Sys::Syslog to pvedaemon

Dietmar Maurer dietmar at proxmox.com
Tue Sep 8 17:00:39 CEST 2015


applied, but we should always use PVE::SafeSyslog:

see
https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=6346d5d5652f0c39769d6b98a6866b302ee1c750


> On September 8, 2015 at 3:11 PM Wolfgang Link <w.link at proxmox.com> wrote:
> 
> 
> ---
>  bin/pvedaemon | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/bin/pvedaemon b/bin/pvedaemon
> index f3cd158..002a13a 100755
> --- a/bin/pvedaemon
> +++ b/bin/pvedaemon
> @@ -6,6 +6,7 @@ delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};
>  
>  use strict;
>  use warnings;
> +use Sys::Syslog;
>  
>  use PVE::Service::pvedaemon;
>  
> -- 
> 2.1.4
> 
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> 




More information about the pve-devel mailing list