Changeset 1627
- Timestamp:
- 05/29/08 07:07:41 (4 years ago)
- Files:
-
- trunk/Makefile.config-dist (modified) (1 diff)
- trunk/README.OSX (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile.config-dist
r1579 r1627 106 106 #CHECKGROUP = $(shell nicl . -read /groups/$(GROUP) >/dev/null 2>/dev/null || (echo "echo Group $(GROUP) nonexistant. Create the group and retry; exit 2")) 107 107 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 108 114 # For HP-UX, use these instead: 109 115 #
