summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/enhost/files/enhost-1.0.4.patch')
-rw-r--r--app-admin/enhost/files/enhost-1.0.4.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-admin/enhost/files/enhost-1.0.4.patch b/app-admin/enhost/files/enhost-1.0.4.patch
deleted file mode 100644
index 4d090e8..0000000
--- a/app-admin/enhost/files/enhost-1.0.4.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ur enhost-1.0.4.orig/bin/enhost enhost-1.0.4/bin/enhost
---- enhost-1.0.4.orig/bin/enhost 2007-05-26 21:23:57.000000000 +0200
-+++ enhost-1.0.4/bin/enhost 2007-06-11 23:29:21.000000000 +0200
-@@ -281,8 +281,12 @@
- @hash = {}
- begin
- Facter.each { |name, value|
-- fact = Facter[name]
-- @hash[fact.ldapname.downcase] = value
-+ ldapname = Facter[name].ldapname
-+ if ldapname.to_s
-+ @hash[ldapname.to_s.downcase] = value
-+ else
-+ @hash[name] = value
-+ end
- }
- rescue => details
- $stderr.puts details