diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 16:58:11 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 16:58:11 +0200 |
commit | 5b5e36085a2c10dda7dbd65b0dfb9cdbe6490f21 (patch) | |
tree | 34b13d40a3816ea85cf48b5d17f8abb0291daa5b | |
parent | 8a3bff343a21bc8b4c229bae5830db7462fea25f (diff) | |
download | samba-5b5e36085a2c10dda7dbd65b0dfb9cdbe6490f21.tar.gz samba-5b5e36085a2c10dda7dbd65b0dfb9cdbe6490f21.tar.bz2 samba-5b5e36085a2c10dda7dbd65b0dfb9cdbe6490f21.zip |
Share codepages.
-rw-r--r-- | codepages/lowcase.dat (renamed from source3/codepages/lowcase.dat) | bin | 131072 -> 131072 bytes | |||
-rw-r--r-- | codepages/upcase.dat (renamed from source3/codepages/upcase.dat) | bin | 131072 -> 131072 bytes | |||
-rw-r--r-- | codepages/valid.dat (renamed from source3/codepages/valid.dat) | bin | 65536 -> 65536 bytes | |||
-rwxr-xr-x | source3/script/installdat.sh | 2 | ||||
-rw-r--r-- | source4/codepages/lowcase.dat | bin | 131072 -> 0 bytes | |||
-rw-r--r-- | source4/codepages/upcase.dat | bin | 131072 -> 0 bytes | |||
-rw-r--r-- | source4/codepages/valid.dat | bin | 65536 -> 0 bytes | |||
-rwxr-xr-x | source4/script/installdat.sh | 2 |
8 files changed, 2 insertions, 2 deletions
diff --git a/source3/codepages/lowcase.dat b/codepages/lowcase.dat Binary files differindex 62b6e2e952..62b6e2e952 100644 --- a/source3/codepages/lowcase.dat +++ b/codepages/lowcase.dat diff --git a/source3/codepages/upcase.dat b/codepages/upcase.dat Binary files differindex bb6f9beb4e..bb6f9beb4e 100644 --- a/source3/codepages/upcase.dat +++ b/codepages/upcase.dat diff --git a/source3/codepages/valid.dat b/codepages/valid.dat Binary files differindex 78c14b33f0..78c14b33f0 100644 --- a/source3/codepages/valid.dat +++ b/codepages/valid.dat diff --git a/source3/script/installdat.sh b/source3/script/installdat.sh index 59bf2f919d..2cc3677fba 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 Binary files differdeleted file mode 100644 index 62b6e2e952..0000000000 --- a/source4/codepages/lowcase.dat +++ /dev/null diff --git a/source4/codepages/upcase.dat b/source4/codepages/upcase.dat Binary files differdeleted file mode 100644 index bb6f9beb4e..0000000000 --- a/source4/codepages/upcase.dat +++ /dev/null diff --git a/source4/codepages/valid.dat b/source4/codepages/valid.dat Binary files differdeleted file mode 100644 index 78c14b33f0..0000000000 --- a/source4/codepages/valid.dat +++ /dev/null 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? |