Changeset 1627

Show
Ignore:
Timestamp:
05/29/08 07:07:41 (4 years ago)
Author:
janl
Message:

* Make fix for OS X 10.5 by George Barnett - thanks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.config-dist

    r1579 r1627  
    106106#CHECKGROUP = $(shell nicl . -read /groups/$(GROUP) >/dev/null 2>/dev/null || (echo "echo Group $(GROUP) nonexistant. Create the group and retry; exit 2")) 
    107107 
     108# For OSX 10.5 (Leopard), use the following two lines instead of what's above 
     109# 
     110#CHECKUSER  = $(shell dscl . -read /Users/$(USER) >/dev/null 2>/dev/null || (echo "echo User $(USER) nonexistant. Create the user and retry; exit 2")) 
     111#CHECKGROUP = $(shell dscl . -read /Groups/$(GROUP) >/dev/null 2>/dev/null || (echo "echo Group $(GROUP) nonexistant. Create the group and retry; exit 2")) 
     112 
     113 
    108114# For HP-UX, use these instead: 
    109115#