Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #4360: correct patch that was not accepted #207

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions rudder-agent/SOURCES/Correct_detection_of_RedHat.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
From ac3943edeaa98b75ee767bc94b23647ff4594320 Mon Sep 17 00:00:00 2001
From fd9b755ea8512b00f082abbfda44b11f4d709b98 Mon Sep 17 00:00:00 2001
From: Nicolas CHARLES <nicolas.charles@normation.com>
Date: Tue, 14 Jan 2014 17:23:05 +0100
Subject: [PATCH] Correcting Scientific support
Date: Wed, 15 Jan 2014 09:25:24 +0100
Subject: [PATCH] Correcting Scientific Linux Support

---
.../Agent/Task/Inventory/Input/Linux/Distro/NonLSB.pm | 7 +++++++
.../Agent/Task/Inventory/Input/Linux/Distro/NonLSB.pm | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Distro/NonLSB.pm b/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Distro/NonLSB.pm
index 619a0f2..3618a18 100644
index 619a0f2..ac5baee 100644
--- a/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Distro/NonLSB.pm
+++ b/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Distro/NonLSB.pm
@@ -103,6 +103,13 @@ sub _getDistroData {
@@ -103,6 +103,14 @@ sub _getDistroData {
$release = $template;
}

Expand Down