Page 1 of 1

jdivelog und Mac OS 10.5 (leopard)

Posted: Tuesday 23. September 2008, 18:13
by heinrichsweikamp
"On Leopard, afaik, niutil is no longer available. You have to use dscl and related commands instead. So,

niutil -readprop / /groups/uucp users
becomes

dsmemberutil checkmembership -U -G uucp

and

sudo niutil -appendprop / /groups/uucp users

becomes

sudo dscl . -append /Groups/uucp GroupMembership

And fixperm.sh doesn't work anymore, since it is build with niutil commands.