[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, upstream, updated. 3a39dd8353b6308cf49522990104cc63e55d7cda
James Turnbull
james at lovedthanlost.net
Fri Jan 29 17:22:10 UTC 2010
The following commit has been merged in the upstream branch:
commit c6c30a49a7f8f240b8bf88c09cbb80199b798cd3
Author: James Turnbull <james at lovedthanlost.net>
Date: Sat Feb 28 09:43:36 2009 +1100
Fixed #2035 - Missing brace for OSX preflight
diff --git a/CHANGELOG b/CHANGELOG
index 51b2d1c..b56bbc5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
1.5.x:
+ Fixed #2035 - Missing brace for OSX preflight
+
Added EC2 facts
Fixed #2032 - file.open hanging on /proc/uptime on some platform
diff --git a/conf/osx/preflight b/conf/osx/preflight
index 9b2c07e..98251bf 100755
--- a/conf/osx/preflight
+++ b/conf/osx/preflight
@@ -9,4 +9,4 @@
# when being installed to volumes other than the current OS.
/bin/rm -Rf "${3}{SITELIBDIR}/facter"
-/bin/rm -Rf "${3}{SITELIBDIR/facter.rb"
+/bin/rm -Rf "${3}{SITELIBDIR}/facter.rb"
--
Packaging of Facter for debian
More information about the Pkg-puppet-devel
mailing list