https://github.com/tuna/rsync/blob/master/configure.ac#L981
Looks like it was short-circuited to use Solaris ACLs. I'll send the RSYNC guys
a patch.
Defeating the case statement does pick up Posix ACLs.
$ grep -i acl config.status
S["LIBS"]="-lacl "
D["HAVE_SYS_ACL_H"]=" 1"
D["HAVE_ACL_LIBACL_H"
On Oct 18 08:30, matthew patton via cygwin wrote:
> Many of the headers in 'sys' include their counterparts from 'cygwin'.
> Why is acl.h special? I see the comment on line 25 but I'm missing the
> point, I guess - not seeing the collisions.
Not collisions, namespace poisoning. cygwin/acl.h defin
My bad. I didn't check the error logs.
Setting the mutex for the rewrite map in the conf file fixed it.
On Mon, Oct 15, 2018 at 4:24 PM Richard Lee wrote:
>
> I can run httpd when mod_rewrite is disbaled in httpd.conf. When I
> enable it, httpd immediately exits. It was working last year. I'm
> ru
Many of the headers in 'sys' include their counterparts from 'cygwin'. Why is
acl.h special? I see the comment on line 25 but I'm missing the point, I guess
- not seeing the collisions.
'cygwin/acl.h' is a very important file. Granted I don't normally compile much
from source under Cygwin but I
4 matches
Mail list logo