summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-21 13:22:34 +0100
committerJeremy Allison <jra@samba.org>2015-03-24 00:00:20 +0100
commit00df00d8d06b149d960a901f7fe2e49f0cb3c081 (patch)
treef2ad4938538e169562e17d3899b501a5444cd87c /packaging
parentcccec4484224de4a6ad888f42c5f71bcd29314fd (diff)
downloadsamba-00df00d8d06b149d960a901f7fe2e49f0cb3c081.tar.gz
lib: Convert [up|low]case.dat to C
This creates a bit more source code, but it removes the requirement to explicitly mmap the files Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RHEL-CTDB/samba.spec.tmpl2
-rw-r--r--packaging/Solaris/makepkg.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl
index 084ed3c7644..37a3ef3a6dc 100644
--- a/packaging/RHEL-CTDB/samba.spec.tmpl
+++ b/packaging/RHEL-CTDB/samba.spec.tmpl
@@ -536,8 +536,6 @@ exit 0
%{_libarchdir}/samba/nss_info/rfc2307.so
%{_libarchdir}/samba/nss_info/sfu.so
%{_libarchdir}/samba/nss_info/sfu20.so
-%{_datadir}/samba/codepages/lowcase.dat
-%{_datadir}/samba/codepages/upcase.dat
%{_datadir}/samba/codepages/valid.dat
%{_includedir}/libsmbclient.h
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index b40320dd9a5..9c4dd059fcd 100644
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -12,7 +12,7 @@ SBINPROGS="smbd nmbd winbindd swat"
BINPROGS="findsmb nmblookup eventlogadm pdbedit rpcclient smbclient smbcquotas smbspool smbtar tdbbackup testparm wbinfo net ntlm_auth profiles smbcacls smbcontrol smbpasswd smbstatus smbtree tdbdump"
MSGFILES="de.msg en.msg fi.msg fr.msg it.msg ja.msg nl.msg pl.msg tr.msg"
VFSLIBS="audit.so default_quota.so extd_audit.so full_audit.so readonly.so shadow_copy.so cap.so expand_msdfs.so fake_perms.so netatalk.so recycle.so"
-DATFILES="lowcase.dat upcase.dat valid.dat"
+DATFILES="valid.dat"
CHARSETLIBS="CP437.so CP850.so"
AUTHLIBS="script.so"