summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-23 17:12:16 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-23 17:12:16 +0200
commitdb65c3374ad337135a7bd4d67abced258c01c5bd (patch)
treea05d5939b8f20a8429f09169d7c8611d206f2b42 /source4
parent0e36ffc6750f77018a5201ea9503d53401dda642 (diff)
parentd59f476ecdfff5553144bca9f60bec0d0645a930 (diff)
downloadsamba-db65c3374ad337135a7bd4d67abced258c01c5bd.tar.gz
samba-db65c3374ad337135a7bd4d67abced258c01c5bd.tar.bz2
samba-db65c3374ad337135a7bd4d67abced258c01c5bd.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source4')
-rw-r--r--source4/codepages/lowcase.datbin131072 -> 0 bytes
-rw-r--r--source4/codepages/upcase.datbin131072 -> 0 bytes
-rw-r--r--source4/codepages/valid.datbin65536 -> 0 bytes
-rwxr-xr-xsource4/script/installdat.sh2
4 files changed, 1 insertions, 1 deletions
diff --git a/source4/codepages/lowcase.dat b/source4/codepages/lowcase.dat
deleted file mode 100644
index 62b6e2e952..0000000000
--- a/source4/codepages/lowcase.dat
+++ /dev/null
Binary files differ
diff --git a/source4/codepages/upcase.dat b/source4/codepages/upcase.dat
deleted file mode 100644
index bb6f9beb4e..0000000000
--- a/source4/codepages/upcase.dat
+++ /dev/null
Binary files differ
diff --git a/source4/codepages/valid.dat b/source4/codepages/valid.dat
deleted file mode 100644
index 78c14b33f0..0000000000
--- a/source4/codepages/valid.dat
+++ /dev/null
Binary files differ
diff --git a/source4/script/installdat.sh b/source4/script/installdat.sh
index 7ff88ac788..bea8ad891a 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?