Changeset 80336
- Timestamp:
- 07/09/11 01:45:12 (4 years ago)
- Location:
- branches/release_2_0
- Files:
-
- 10 edited
-
. (modified) (1 prop)
-
base (modified) (1 prop)
-
base/Makefile.in (modified) (1 diff)
-
base/portmgr/dmg/postflight (modified) (2 diffs)
-
base/portmgr/fedora/macports.spec (modified) (1 prop)
-
base/src/pextlib1.0/sha2.c (modified) (1 prop)
-
base/src/pextlib1.0/sha2.h (modified) (1 prop)
-
base/src/pextlib1.0/sha256cmd.c (modified) (1 prop)
-
base/src/pextlib1.0/sha256cmd.h (modified) (1 prop)
-
base/src/registry2.0/receipt_sqlite.tcl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/release_2_0
-
branches/release_2_0/base
- Property svn:mergeinfo changed
/trunk/base merged: 80335
- Property svn:mergeinfo changed
-
branches/release_2_0/base/Makefile.in
r79788 r80336 40 40 # create run user if it doesn't exist 41 41 @if test -n "${DSCL}" -a -n "${DSEDITGROUP}" ; then \ 42 if ! ${DS EDITGROUP} -q -o read${RUNUSR} > /dev/null 2>&1 ; then \42 if ! ${DSCL} -q . -read /Groups/${RUNUSR} > /dev/null 2>&1 ; then \ 43 43 if test `id -u` -eq 0; then \ 44 44 echo "Creating group \"${RUNUSR}\"" ; \ -
branches/release_2_0/base/portmgr/dmg/postflight
r80227 r80336 137 137 function create_run_user { 138 138 DSEDITGROUP=/usr/sbin/dseditgroup 139 if ! ${DS EDITGROUP} -q -o read${RUNUSR} > /dev/null 2>&1 ; then139 if ! ${DSCL} -q . -read /Groups/${RUNUSR} > /dev/null 2>&1 ; then 140 140 echo "Creating group \"${RUNUSR}\"" 141 141 ${DSEDITGROUP} -q -o create -n . ${RUNUSR} … … 143 143 if ! ${DSCL} -q . -list /Users/${RUNUSR} > /dev/null 2>&1 ; then 144 144 echo "Creating user \"${RUNUSR}\"" 145 ${DSCL} -q . -create /Users/${RUNUSR} Password *145 ${DSCL} -q . -create /Users/${RUNUSR} Password \* 146 146 ${DSCL} -q . -create /Users/${RUNUSR} UniqueID $(($(${DSCL} . -list /Users UniqueID | /usr/bin/awk '{print $2}' | sort -ug | tail -1)+1)) 147 147 ${DSCL} -q . -create /Users/${RUNUSR} PrimaryGroupID $(${DSCL} -q . -read /Groups/${RUNUSR} PrimaryGroupID | /usr/bin/awk '{print $2}') -
branches/release_2_0/base/portmgr/fedora/macports.spec
- Property svn:mergeinfo changed
/trunk/base/portmgr/fedora/macports.spec merged: 80335
- Property svn:mergeinfo changed
-
branches/release_2_0/base/src/pextlib1.0/sha2.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha2.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha256cmd.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha256cmd.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/registry2.0/receipt_sqlite.tcl
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.

