summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-21 20:46:11 +0100
committerJeremy Allison <jra@samba.org>2015-03-24 00:00:20 +0100
commit2c1201eb7a0e40ac8546fe74c16b3c0bc665c616 (patch)
tree2c260aff466d3beea88b21a3f87ed743feef8b54 /packaging
parentc51300ad89cb7d3c0a2e329cd4b3c81cf52d8e98 (diff)
downloadsamba-2c1201eb7a0e40ac8546fe74c16b3c0bc665c616.tar.gz
smbd: Convert valid.dat to C code
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.tmpl1
-rw-r--r--packaging/Solaris/makepkg.sh4
2 files changed, 0 insertions, 5 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl
index 37a3ef3a6dc..ad188269f4b 100644
--- a/packaging/RHEL-CTDB/samba.spec.tmpl
+++ b/packaging/RHEL-CTDB/samba.spec.tmpl
@@ -536,7 +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/valid.dat
%{_includedir}/libsmbclient.h
%{_libarchdir}/libsmbclient.*
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index 9c4dd059fcd..83484132158 100644
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -12,7 +12,6 @@ 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="valid.dat"
CHARSETLIBS="CP437.so CP850.so"
AUTHLIBS="script.so"
@@ -35,9 +34,6 @@ add_dynamic_entries()
for file in $MSGFILES; do
echo f none lib/$file 0644 root other
done
- for file in $DATFILES; do
- echo f none lib/$file 0644 root other
- done
for file in $VFSLIBS; do
echo f none lib/vfs/$file 0755 root other
done