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

jmpp at macports.org jmpp at macports.org
Sun Jan 13 21:38:30 PST 2008


Revision: 32848
          http://trac.macosforge.org/projects/macports/changeset/32848
Author:   jmpp at macports.org
Date:     2008-01-13 21:38:28 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
Reword a warning printed to the installer log.

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-14 05:30:12 UTC (rev 32847)
+++ branches/release_1_6/base/portmgr/dmg/postflight	2008-01-14 05:38:28 UTC (rev 32848)
@@ -93,7 +93,7 @@
             fi
             ;;
     esac
-    chown ${USER} ${HOME}/.${CONF_FILE} || echo "Unable to switch your ${HOME}/.${CONF_FILE} shell configuration file to your UID!"
+    chown ${USER} ${HOME}/.${CONF_FILE} || echo "Warning: unable to adapt permissions on your ${HOME}/.${CONF_FILE} shell configuration file!"
     echo -e "# Finished adapting your ${1} environment variable for use with MacPorts.\n" >> ${HOME}/.${CONF_FILE}
     echo "An appropriate ${1} variable has been added to your shell environment by the MacPorts installer."
 }

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


More information about the macports-changes mailing list