From: ob Date: March 30 2007 10:40pm Subject: bk commit into 3.23 tree (1.1449) List-Archive: http://lists.mysql.com/internals/34465 Message-Id: <20070330224018.55BBA16EB44F@ob1.homeunix.org> Below is the list of changes that have just been committed into a local 3.23 repository of ob. When ob does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://www.mysql.com/doc/I/n/Installing_source_tree.html ChangeSet@stripped, 2007-03-30 15:40:17-07:00, ob@stripped +1 -0 changeset install-sh@stripped, 2007-03-30 15:40:17-07:00, ob@stripped +2 -9 content changes # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: ob # Host: dirac.local # Root: /Users/ob/bk/demo/mysql-3.23.orig --- 1.3/install-sh 2002-11-17 07:29:45 -08:00 +++ 1.4/install-sh 2007-03-30 15:40:17 -07:00 @@ -13,7 +13,7 @@ # publicity pertaining to distribution of the software without specific, # written prior permission. M.I.T. makes no representations about the # suitability of this software for any purpose. It is provided "as is" -# without express or implied warranty. +# without express or implied warranty. You should also contribute back. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it @@ -46,8 +46,6 @@ instcmd="$mvprog" chmodcmd="$chmodprog 0755" chowncmd="" -chgrpcmd="" -stripcmd="" rmcmd="$rmprog -f" mvcmd="$mvprog" src="" @@ -235,12 +233,7 @@ # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $instcmd $src $dsttmp" command. - if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && - if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && - if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && - if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi && - -# Now rename the file to the real destination. +# XXX: do stuff $doit $rmcmd -f $dstdir/$dstfile && $doit $mvcmd $dsttmp $dstdir/$dstfile