Changeset 79692
- Timestamp:
- 06/23/11 10:31:40 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/Makefile.in
r79583 r79692 41 41 @if test -n "${DSCL}" -a -n "${DSEDITGROUP}" ; then \ 42 42 if ! ${DSEDITGROUP} -q -o read ${RUNUSR} > /dev/null 2>&1 ; then \ 43 if test $$USER = root; then \43 if test `id -u` -eq 0; then \ 44 44 echo "Creating group \"${RUNUSR}\"" ; \ 45 45 ${DSEDITGROUP} -q -o create -n . ${RUNUSR} ; \ … … 49 49 fi ; \ 50 50 if ! ${DSCL} -q . -list /Users/${RUNUSR} > /dev/null 2>&1 ; then \ 51 if test $$USER = root; then \51 if test `id -u` -eq 0; then \ 52 52 echo "Creating user \"${RUNUSR}\"" ; \ 53 53 ${DSCL} -q . -create /Users/${RUNUSR} Password \* ; \
Note: See TracChangeset
for help on using the changeset viewer.

