[SCM] Samba Shared Repository - branch master updated - d59f476ecdfff5553144bca9f60bec0d0645a930

Jelmer Vernooij jelmer at samba.org
Thu Oct 23 15:04:39 GMT 2008


The branch, master has been updated
       via  d59f476ecdfff5553144bca9f60bec0d0645a930 (commit)
       via  5b5e36085a2c10dda7dbd65b0dfb9cdbe6490f21 (commit)
      from  ae1abe843a349d55eb8d606f79a7753804a82547 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d59f476ecdfff5553144bca9f60bec0d0645a930
Merge: 5b5e36085a2c10dda7dbd65b0dfb9cdbe6490f21 ae1abe843a349d55eb8d606f79a7753804a82547
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Thu Oct 23 17:04:16 2008 +0200

    Merge branch 'master' of git://git.samba.org/samba

commit 5b5e36085a2c10dda7dbd65b0dfb9cdbe6490f21
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Thu Oct 23 16:58:11 2008 +0200

    Share codepages.

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

Summary of changes:
 codepages/lowcase.dat         |  Bin 0 -> 131072 bytes
 codepages/upcase.dat          |  Bin 0 -> 131072 bytes
 codepages/valid.dat           |  Bin 0 -> 65536 bytes
 source3/codepages/lowcase.dat |  Bin 131072 -> 0 bytes
 source3/codepages/upcase.dat  |  Bin 131072 -> 0 bytes
 source3/codepages/valid.dat   |  Bin 65536 -> 0 bytes
 source3/script/installdat.sh  |    2 +-
 source4/codepages/lowcase.dat |  Bin 131072 -> 0 bytes
 source4/codepages/upcase.dat  |  Bin 131072 -> 0 bytes
 source4/codepages/valid.dat   |  Bin 65536 -> 0 bytes
 source4/script/installdat.sh  |    2 +-
 11 files changed, 2 insertions(+), 2 deletions(-)
 create mode 100644 codepages/lowcase.dat
 create mode 100644 codepages/upcase.dat
 create mode 100644 codepages/valid.dat
 delete mode 100644 source3/codepages/lowcase.dat
 delete mode 100644 source3/codepages/upcase.dat
 delete mode 100644 source3/codepages/valid.dat
 delete mode 100644 source4/codepages/lowcase.dat
 delete mode 100644 source4/codepages/upcase.dat
 delete mode 100644 source4/codepages/valid.dat


Changeset truncated at 500 lines:

diff --git a/codepages/lowcase.dat b/codepages/lowcase.dat
new file mode 100644
index 0000000..62b6e2e
Binary files /dev/null and b/codepages/lowcase.dat differ
diff --git a/codepages/upcase.dat b/codepages/upcase.dat
new file mode 100644
index 0000000..bb6f9be
Binary files /dev/null and b/codepages/upcase.dat differ
diff --git a/codepages/valid.dat b/codepages/valid.dat
new file mode 100644
index 0000000..78c14b3
Binary files /dev/null and b/codepages/valid.dat differ
diff --git a/source3/codepages/lowcase.dat b/source3/codepages/lowcase.dat
deleted file mode 100644
index 62b6e2e..0000000
Binary files a/source3/codepages/lowcase.dat and /dev/null differ
diff --git a/source3/codepages/upcase.dat b/source3/codepages/upcase.dat
deleted file mode 100644
index bb6f9be..0000000
Binary files a/source3/codepages/upcase.dat and /dev/null differ
diff --git a/source3/codepages/valid.dat b/source3/codepages/valid.dat
deleted file mode 100644
index 78c14b3..0000000
Binary files a/source3/codepages/valid.dat and /dev/null differ
diff --git a/source3/script/installdat.sh b/source3/script/installdat.sh
index 59bf2f9..2cc3677 100755
--- a/source3/script/installdat.sh
+++ b/source3/script/installdat.sh
@@ -20,7 +20,7 @@ case $0 in
 	*) mode='install' ;;    
 esac
 
-for f in $SRCDIR/codepages/*.dat; do
+for f in $SRCDIR/../codepages/*.dat; do
 	FNAME="$DESTDIR/$DATDIR/`basename $f`"
 	if test "$mode" = 'install'; then
 		echo "Installing $f as $FNAME "
diff --git a/source4/codepages/lowcase.dat b/source4/codepages/lowcase.dat
deleted file mode 100644
index 62b6e2e..0000000
Binary files a/source4/codepages/lowcase.dat and /dev/null differ
diff --git a/source4/codepages/upcase.dat b/source4/codepages/upcase.dat
deleted file mode 100644
index bb6f9be..0000000
Binary files a/source4/codepages/upcase.dat and /dev/null differ
diff --git a/source4/codepages/valid.dat b/source4/codepages/valid.dat
deleted file mode 100644
index 78c14b3..0000000
Binary files a/source4/codepages/valid.dat and /dev/null differ
diff --git a/source4/script/installdat.sh b/source4/script/installdat.sh
index 7ff88ac..bea8ad8 100755
--- a/source4/script/installdat.sh
+++ b/source4/script/installdat.sh
@@ -6,7 +6,7 @@ SRCDIR=$2/
 
 echo Installing dat files in $DATDIR
 
-for f in $SRCDIR/codepages/*.dat; do
+for f in $SRCDIR/../codepages/*.dat; do
 	FNAME=$DATDIR/`basename $f`
 	echo $FNAME
 	cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?


-- 
Samba Shared Repository


More information about the samba-cvs mailing list