diff options
author | Gerald Carter <jerry@samba.org> | 2005-10-18 19:32:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:04 -0500 |
commit | c0d80e0dfb5e68c319feb7f35d0411909797af2c (patch) | |
tree | 7c775decbeef0c983a3d75d1f6625c41eba8e621 /packaging/Solaris | |
parent | 949102dc5ea3dd81ba592ef0e874f5553dfdab4f (diff) | |
download | samba-c0d80e0dfb5e68c319feb7f35d0411909797af2c.tar.gz samba-c0d80e0dfb5e68c319feb7f35d0411909797af2c.tar.bz2 samba-c0d80e0dfb5e68c319feb7f35d0411909797af2c.zip |
r11164: solaris packaging fixes
(This used to be commit 6a7b8d0d7d071c8f52f9b24f94d488a9ce191e93)
Diffstat (limited to 'packaging/Solaris')
-rw-r--r-- | packaging/Solaris/makepkg.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh index 4c2bf529cb..aaa06c4af4 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 |