On 01/20/2011 10:58 AM, iulian dragos wrote: > ---> Activating dbus @1.2.24_1 > ############################################################################ > # Startup items have been generated that will aid in > # starting dbus with launchd. They are disabled > # by default. Execute the following command to start them, > # and to cause them to launch at startup: > # > # sudo launchctl load -w > /Library/LaunchDaemons/org.freedesktop.dbus-system.plist > # launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist > ############################################################################ > > The only weird thing was that I needed to do 'sudo' for the second > command as well (didn't have permissions otherwise).
You only need write permissions once to remove the <Disabled> key from the plist file. As an alternative you could use launchctl load -F which forces the load. Rainer _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
