Issue #1533 has been updated by jamtur01. Status changed from Accepted to Closed
Pushed in commit:"81cc9bf" in branch 0.24.x ---------------------------------------- Bug #1533: Minor installation problem http://reductivelabs.com/redmine/issues/show/1533 Author: mw46 Status: Closed Priority: Normal Assigned to: jamtur01 Category: Solaris Target version: 0.24.6 Complexity: Trivial Affected version: 0.24.5 Keywords: The directory for the manual pages is chown'ed to the wrong permissions:-( --- install.rb.orig Wed Jul 23 16:03:04 2008 +++ install.rb Mon Aug 25 10:03:16 2008 @@ -102,7 +102,7 @@ omf = File.join(InstallOptions.man_dir, mf.gsub(/#{strip}/, '')) om = File.dirname(omf) File.makedirs(om, true) - File.chmod(0644, om) + File.chmod(0755, om) File.install(mf, omf, 0644, true) gzip = %x{which gzip} gzip.chomp! ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
