Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
projects
:
virtualization
>
rhevm-guest-agent
> 0002-agent-updated-conf-file-and-replaced-ini-file-name.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0002-agent-updated-conf-file-and-replaced-ini-file-name.patch of Package rhevm-guest-agent
From 6811b9e6400a6532a3d1d801e0830c9c756ded59 Mon Sep 17 00:00:00 2001 From: Gal Hammer <ghammer@redhat.com> Date: Tue, 25 Dec 2012 15:38:28 +0200 Subject: [PATCH 2/8] agent: updated conf file and replaced ini file name Bug-Url: https://bugzilla.redhat.com/904045 Change-Id: Ifdf03e83c2e7051dfeea7abc4417035e5559b47f Label: DOWNSTREAM ONLY Signed-off-by: Vinzenz Feenstra <vfeenstr@redhat.com> --- ovirt-guest-agent/OVirtGuestService.py | 2 +- ovirt-guest-agent/ovirt-guest-agent.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ovirt-guest-agent/OVirtGuestService.py b/ovirt-guest-agent/OVirtGuestService.py index 3206e8a..d68a2b9 100644 --- a/ovirt-guest-agent/OVirtGuestService.py +++ b/ovirt-guest-agent/OVirtGuestService.py @@ -12,7 +12,7 @@ import ConfigParser import os import _winreg -AGENT_CONFIG = 'ovirt-guest-agent.ini' +AGENT_CONFIG = 'rhev-agent.ini' # Values from WM_WTSSESSION_CHANGE message # (http://msdn.microsoft.com/en-us/library/aa383828.aspx) diff --git a/ovirt-guest-agent/ovirt-guest-agent.conf b/ovirt-guest-agent/ovirt-guest-agent.conf index ee541ae..ad239a3 100644 --- a/ovirt-guest-agent/ovirt-guest-agent.conf +++ b/ovirt-guest-agent/ovirt-guest-agent.conf @@ -10,7 +10,7 @@ report_application_rate = 120 report_disk_usage = 300 # RHEL/Fedora Packages: kernel ovirt-guest-agent-common xorg-x11-drv-qxl # Debian Packages: linux-image xserver-xorg-video-qxl -applications_list = kernel ovirt-guest-agent-common xorg-x11-drv-qxl linux-image xserver-xorg-video-qxl +applications_list = kernel rhevm-guest-agent-common xorg-x11-drv-qxl linux-image xserver-xorg-video-qxl ignored_fs = rootfs tmpfs autofs cgroup selinuxfs udev mqueue nfsd proc sysfs devtmpfs hugetlbfs rpc_pipefs devpts securityfs debugfs binfmt_misc fuse.gvfsd-fuse fuse.gvfs-fuse-daemon fusectl usbfs [virtio] -- 1.8.5.3