r11164: solaris packaging fixes
authorGerald Carter <jerry@samba.org>
Tue, 18 Oct 2005 19:32:19 +0000 (19:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:04 +0000 (11:05 -0500)
packaging/Solaris/makepkg.sh

index 4c2bf529cb3859821cd1a98b71b159d78b08f540..aaa06c4af4bb7d74a3acbdd51c42f60cd55fd185 100644 (file)
@@ -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