Puppet: System Administration Automated

Support

Ticket #1205 (closed enhancement: fixed)

Opened 7 months ago

Last modified 7 months ago

CONFIG['bindir'] CONFIG['sbindir'] have undesirable defaults on OS X 10.5

Reported by: nigelk Assigned to: luke
Priority: normal Milestone:
Component: Darwin Version:
Severity: normal Keywords:
Cc: Triage Stage: Ready for checkin
Attached Patches: Code Complexity: Trivial

Description

bindir default on OS X 10.5 is:

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin

sbindir:

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/sbin

This isn't really where people expect executables to end up. git url coming for fix.

Change History

04/25/08 06:31:04 changed by nigelk

I think I've got this working right... github commit url

04/28/08 14:01:10 changed by jamtur01

  • owner changed from community to luke.
  • complexity changed from Unknown to Trivial.
  • stage changed from Unreviewed to Ready for checkin.
  • patch changed from None to Code.

04/30/08 17:42:18 changed by luke

  • status changed from new to closed.
  • resolution set to fixed.

Cherry-picked and pushed.

I don't know if cherry-picking is the best way to do this, but it at least works. I couldn't see this commit in a specific branch, which seems... strange. Just so I know, how did you create the commit?

I'm still trying to settle on the best way for people to provide individual commits.

04/30/08 18:25:50 changed by nigelk

yeah, I'm still learning my way around git, and had issues trying to create a branch.

I simply edited, added the file, then committed to my github repo, so in the default branch I guess.

04/30/08 18:27:36 changed by luke

Ah. The default branch is the 'master' branch, which is currently the development branch. You probably want to do most bug fixing against 0.24.x, which is the prod branch.

When 0.25 will come out, the master branch will switch to being the prod branch, but I can't switch until I can release master, finally.