Bug #1533

Minor installation problem

Added by Marco Walther over 3 years ago. Updated over 3 years ago.

Status:Closed Start date:08/25/2008
Priority:Normal Due date:
Assignee:James Turnbull % 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

duplicated by Puppet - Bug #1632: Install sets wrong mode for man directories Closed 10/06/2008

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

Also available in: Atom PDF