[68282] branches/release_1_9/base/portmgr/dmg/postflight

jmr at macports.org jmr at macports.org
Sun May 30 18:38:54 PDT 2010


Revision: 68282
          http://trac.macports.org/changeset/68282
Author:   jmr at macports.org
Date:     2010-05-30 18:38:51 -0700 (Sun, 30 May 2010)
Log Message:
-----------
merge r68281 from trunk:
 log a message when copying config files in postflight

Revision Links:
--------------
    http://trac.macports.org/changeset/68281

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

Modified: branches/release_1_9/base/portmgr/dmg/postflight
===================================================================
--- branches/release_1_9/base/portmgr/dmg/postflight	2010-05-31 01:33:59 UTC (rev 68281)
+++ branches/release_1_9/base/portmgr/dmg/postflight	2010-05-31 01:38:51 UTC (rev 68282)
@@ -55,6 +55,7 @@
 function setup_configs {
     for f in macports.conf sources.conf variants.conf ; do
         if [ ! -f ${CONFIGPATH}/${f} ]; then
+            echo "Copying ${f}.default to ${f}"
             /bin/cp ${CONFIGPATH}/${f}.default ${CONFIGPATH}/${f}
             /bin/chmod 644 ${CONFIGPATH}/${f}
         fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100530/4ed3d032/attachment.html>


More information about the macports-changes mailing list