The Samba-Bugzilla – Attachment 9927 Details for
Bug 10492
Configure does not find that Solaris ACLs are available
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
My ACL detection patch
patch.acl.adi (text/plain), 597 bytes, created by
Tom Schulz
on 2014-05-08 15:53:57 UTC
(
hide
)
Description:
My ACL detection patch
Filename:
MIME Type:
Creator:
Tom Schulz
Created:
2014-05-08 15:53:57 UTC
Size:
597 bytes
patch
obsolete
>--- a/source3/wscript Thu Dec 5 04:16:48 2013 >+++ b/source3/wscript Thu Mar 6 20:34:14 2014 >@@ -410,7 +410,7 @@ > Logs.info('Using UnixWare ACLs') > conf.DEFINE('HAVE_UNIXWARE_ACLS',1) > default_static_modules.extend(TO_LIST('vfs_solarisacl')) >- elif (host_os.rfind('solaris') > -1) and conf.CHECK_FUNCS_IN('sec', 'facl'): >+ elif (host_os.rfind('sunos5') > -1) and conf.CHECK_FUNCS_IN(['facl'], 'sec'): > Logs.info('Using solaris ACLs') > conf.DEFINE('HAVE_SOLARIS_ACLS',1) > default_static_modules.extend(TO_LIST('vfs_solarisacl'))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 10492
:
9926
| 9927