summaryrefslogtreecommitdiff
path: root/packaging/Solaris/makepkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Solaris/makepkg.sh')
-rw-r--r--packaging/Solaris/makepkg.sh4
1 files changed, 0 insertions, 4 deletions
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