[56579] trunk/dports/devel/dbus/Portfile

illogic-al at macports.org illogic-al at macports.org
Sun Aug 30 07:51:19 PDT 2009


Revision: 56579
          http://trac.macports.org/changeset/56579
Author:   illogic-al at macports.org
Date:     2009-08-30 07:51:14 -0700 (Sun, 30 Aug 2009)
Log Message:
-----------
Fix portfile to say correct thing. Root loads LaunchDaemon, User loads LaunchAgent.

Modified Paths:
--------------
    trunk/dports/devel/dbus/Portfile

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2009-08-30 14:09:54 UTC (rev 56578)
+++ trunk/dports/devel/dbus/Portfile	2009-08-30 14:51:14 UTC (rev 56579)
@@ -204,7 +204,7 @@
         ui_msg "# and to cause it to launch at startup:"
         ui_msg "#"
         ui_msg "# ${sudo}launchctl load -w ${startup_root}/Library/LaunchDaemons/[file tail ${plistFl}]"
-        ui_msg "# ${sudo}launchctl load -w ${startup_root}/Library/LaunchAgents/org.freedesktop.dbus-session.plist"
+        ui_msg "# launchctl load -w ${startup_root}/Library/LaunchAgents/org.freedesktop.dbus-session.plist"
         ui_msg "##################################################################################################"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090830/5feb03a1/attachment.html>


More information about the macports-changes mailing list