search for: 6ccf5af

Displaying 1 result from an estimated 1 matches for "6ccf5af".

Did you mean: 6ccf505
2013 Jul 31
1
[PATCH] sysprep: rhn_systemid: delete osad-auth.conf file in RHN
...:20 +0100 Subject: [PATCH] sysprep: rhn_systemid: delete osad-auth.conf file in RHN configuration --- sysprep/sysprep_operation_rhn_systemid.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/sysprep/sysprep_operation_rhn_systemid.ml b/sysprep/sysprep_operation_rhn_systemid.ml index 99ab5e1..6ccf5af 100644 --- a/sysprep/sysprep_operation_rhn_systemid.ml +++ b/sysprep/sysprep_operation_rhn_systemid.ml @@ -28,6 +28,7 @@ let rhn_systemid_perform g root = match typ, distro with | "linux", "rhel" -> (try g#rm "/etc/sysconfig/rhn/systemid" with G.Error _ -...