summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
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