[32701] branches/release_1_6/base/portmgr/dmg/postflight

jmpp at macports.org jmpp at macports.org
Fri Jan 11 09:09:45 PST 2008


Revision: 32701
          http://trac.macosforge.org/projects/macports/changeset/32701
Author:   jmpp at macports.org
Date:     2008-01-11 09:09:43 -0800 (Fri, 11 Jan 2008)

Log Message:
-----------
Advise the use of sudo to run selfupdate in debug mode when our attempt fails.

Modified Paths:
--------------
    branches/release_1_6/base/portmgr/dmg/postflight

Modified: branches/release_1_6/base/portmgr/dmg/postflight
===================================================================
--- branches/release_1_6/base/portmgr/dmg/postflight	2008-01-11 17:06:36 UTC (rev 32700)
+++ branches/release_1_6/base/portmgr/dmg/postflight	2008-01-11 17:09:43 UTC (rev 32701)
@@ -46,7 +46,7 @@
     echo "Synchronizing the MacPorts installation with the project's rsync server..."
     if ! ${BINPATH}/port -v selfupdate; then 
         echo "An attempt to synchronize your recent MacPorts installation with the project's rsync server failed!"
-        echo "Please run 'port -d selfupdate' manually to find out the cause of the error."
+        echo "Please run 'sudo port -d selfupdate' manually to find out the cause of the error."
     else
         echo "Successful!"
     fi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080111/c6574b8c/attachment.html


More information about the macports-changes mailing list