Just found this elswhere on the site:
http://www.macosx.com/forums/showthread.php?threadid=2174
Basically what it says is:
"Try this (from
http://www.macplus.fr)
$> su
type the root password.
$> open -e /System/Library/CoreServices/Dock.app/Contents/Resources/French.lproj/DockMenus.plist
The file opens with TextEdit, find in the text "1013", then replace "command" with "menu" above the selected line, do the same by finding "1014", save. "
Make sure and replace the "French.lproj"with your language, I.E. "English.lproj".
---------------------------------------
Some-Other-Else-where on the site
http://www.macosx.com/forums/showthread.php?threadid=2135
you can find info on the root password, there are some issues. Here again is what it says:
"When [a user] says that root is disabled, he means that there's by default no usable password for root, so that you can't su. What you need to do is add your own password to the root entry in NetInfo Manager.
Here's what to do:
1. Open up NetInfo Manager in Utilities. Find the users group, and within that, the root entry. You'll see a table of properties and values in the bottom half of the window. You'll see "*" entered for passwd. You need to replace this with an ENCRYPTED (not plaintext) version of the root password you want to assign.
2. In a shell, use htpasswd to generate an encrypted password for you. You can use the flag -n to force htpasswd to output the results to the screen. You can also use the flag -b to simplify the process by including the password on the command line:
% htpasswd -nb anylogin mypassword
anylogin:fu9fRgdzVSRB2
3. Copy the string that follows the colon: this is your encrypted password.
4. Back in NetInfo Manager, click the lock and login as an admin-level user to make changes. Then double-click on the "*" entry for the root password. You'll be able to paste your new encrypted password. Now save your changes and quit NetInfo Manager.
5. Test your new password by su-ing in the shell.
Hope this works for you"
----------------------------------------
Me too, worked nicely for me.
[Edited by glowurm@mac.com on 03-19-2001 at 10:12 PM]