[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2858-g9d69a80

Karolin Seeger kseeger at samba.org
Tue Jun 17 08:41:52 GMT 2008


The branch, v3-3-test has been updated
       via  9d69a809e370f98057e514a3c755b0b86ee5f610 (commit)
      from  50fbfa03483de0059d85967dc96f2896e55e6d04 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 9d69a809e370f98057e514a3c755b0b86ee5f610
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jun 17 10:36:51 2008 +0200

    Remove references to SVN.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source/autogen.sh           |    6 +++---
 source/script/installman.sh |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/autogen.sh b/source/autogen.sh
index 02f55c5..018944e 100755
--- a/source/autogen.sh
+++ b/source/autogen.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 
-# Run this script to build samba from SVN.
+# Run this script to build samba from GIT.
 
 ## insert all possible names (only works with 
-## autoconf 2.x
+## autoconf 2.x)
 TESTAUTOHEADER="autoheader autoheader-2.53 autoheader2.50 autoheader259 autoheader253"
 TESTAUTOCONF="autoconf autoconf-2.53 autoconf2.50 autoconf259 autoconf253"
 
@@ -43,7 +43,7 @@ done
 ## do we have it?
 ##
 if test "$AUTOCONFFOUND" = "0" -o "$AUTOHEADERFOUND" = "0"; then
-	echo "$0: need autoconf 2.53 or later to build samba from SVN" >&2
+	echo "$0: need autoconf 2.53 or later to build samba from GIT" >&2
 	exit 1
 fi
 
diff --git a/source/script/installman.sh b/source/script/installman.sh
index 869ce6e..ab9bfe5 100755
--- a/source/script/installman.sh
+++ b/source/script/installman.sh
@@ -14,7 +14,7 @@ if [ $# -ge 4 ] ; then
 fi
 
 if test ! -d $SRCDIR../docs/manpages; then
-	echo "No manpages present.  SVN development version maybe?"
+	echo "No manpages present.  Development version maybe?"
 	exit 0
 fi
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list