summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-18 19:32:19 +0000
committerGerald Carter <jerry@samba.org>2005-10-18 19:32:19 +0000
commit73032dd550a77b4d3536923681a3bf8a273bde80 (patch)
tree85ec401107e825de2ac69746847d5535d7cb059b /packaging
parentef295ff78967dd66d4df6e8e0965f6e35ec2e242 (diff)
downloadsamba-73032dd550a77b4d3536923681a3bf8a273bde80.tar.gz
samba-73032dd550a77b4d3536923681a3bf8a273bde80.tar.xz
samba-73032dd550a77b4d3536923681a3bf8a273bde80.zip
r11164: solaris packaging fixes
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Solaris/makepkg.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index 4c2bf529cb3..aaa06c4af4b 100644
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -14,6 +14,7 @@ MSGFILES="de.msg en.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"
CHARSETLIBS="CP437.so CP850.so"
+AUTHLIBS="auth_script.so"
add_dynamic_entries()
{
@@ -43,6 +44,9 @@ add_dynamic_entries()
for file in $CHARSETLIBS; do
echo f none lib/charset/$file 0755 root other
done
+ for file in $AUTHLIBS; do
+ echo f none lib/auth/$file 0755 root other
+ done
echo "#\n# libsmbclient\n#"
echo f none lib/libsmbclient.so 0755 root other