Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-plugins-check-updates
> check_updates-1.6.23-xcpng.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File check_updates-1.6.23-xcpng.patch of Package nagios-plugins-check-updates
--- check_updates.orig 2019-04-26 07:58:41.158707567 +0200 +++ check_updates 2019-04-26 07:59:20.294708035 +0200 @@ -976,7 +976,8 @@ || $name =~ /Scientific[ ]Linux/mxs || $name =~ /Red[ ]Hat.*[ ][567]/mxs || $name =~ /Oracle/mxs - || $name =~ /Amazon/mxs ) + || $name =~ /Amazon/mxs + || $name =~ /XCP-ng/mxs ) { return 'yum'; }