[68281] trunk/base/portmgr/dmg/postflight

jmr at macports.org jmr at macports.org
Sun May 30 18:34:01 PDT 2010


Revision: 68281
          http://trac.macports.org/changeset/68281
Author:   jmr at macports.org
Date:     2010-05-30 18:33:59 -0700 (Sun, 30 May 2010)
Log Message:
-----------
log a message when copying config files in postflight

Modified Paths:
--------------
    trunk/base/portmgr/dmg/postflight

Modified: trunk/base/portmgr/dmg/postflight
===================================================================
--- trunk/base/portmgr/dmg/postflight	2010-05-31 01:33:28 UTC (rev 68280)
+++ trunk/base/portmgr/dmg/postflight	2010-05-31 01:33:59 UTC (rev 68281)
@@ -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/31936cfe/attachment.html>


More information about the macports-changes mailing list