Bug #1533
Minor installation problem
| Status: | Closed | Start date: | 08/25/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Solaris | |||
| Target version: | 0.24.6 | |||
| Affected Puppet version: | 0.24.5 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
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!
Related issues
History
Updated by James Turnbull over 3 years ago
- Status changed from Unreviewed to Accepted
- Assignee set to James Turnbull
- Target version set to 0.24.6
Updated by James Turnbull over 3 years ago
- Status changed from Accepted to Closed
Pushed in commit:81cc9bf in branch 0.24.x