List:Commits« Previous MessageNext Message »
From:hartmut Date:November 16 2006 11:39pm
Subject:bk commit into 5.0 tree (hartmut:1.2314) BUG#24294
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of hartmut. When hartmut 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2006-11-16 23:39:02+01:00, hartmut@stripped +1 -0
  This command is not portable, as POSIX does not require it; use . instead.
  (Bug #24294)

  support-files/mysql.server.sh@stripped, 2006-11-16 23:38:31+01:00, hartmut@stripped +1
-1
    This command is not portable, as POSIX does not require it; use . instead.
    (Bug #24294)

# 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:	hartmut
# Host:	walhalla.site
# Root:	/home/hartmut/projects/mysql/bugs/bug24294/mysql-5.0-maint

--- 1.51/support-files/mysql.server.sh	2006-06-20 22:40:40 +02:00
+++ 1.52/support-files/mysql.server.sh	2006-11-16 23:38:31 +01:00
@@ -82,7 +82,7 @@
 #
 lsb_functions="/lib/lsb/init-functions"
 if test -f $lsb_functions ; then
-  source $lsb_functions
+  . $lsb_functions
 else
   log_success_msg()
   {
Thread
bk commit into 5.0 tree (hartmut:1.2314) BUG#24294hartmut16 Nov