/[smecontribs]/rpms/bacula/contribs8/bacula-5.0.3-fd_acl_not_impl.patch
ViewVC logotype

Contents of /rpms/bacula/contribs8/bacula-5.0.3-fd_acl_not_impl.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Mar 14 14:49:41 2011 UTC (13 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: bacula-5_0_3-1_el5_sme, HEAD
Align patches

1 diff -up bacula-3.0.2/src/filed/acl.c.orig bacula-3.0.2/src/filed/acl.c
2 --- bacula-3.0.2/src/filed/acl.c.orig 2009-07-09 19:34:01.000000000 +0200
3 +++ bacula-3.0.2/src/filed/acl.c 2009-07-27 13:56:09.000000000 +0200
4 @@ -389,6 +389,9 @@ static int generic_get_acl_from_os(JCR *
5 switch (errno) {
6 #if defined(BACL_ENOTSUP)
7 case BACL_ENOTSUP:
8 +#if defined(HAVE_LINUX_OS)
9 + case ENOSYS:
10 +#endif
11 break; /* not supported */
12 #endif
13 case ENOENT:

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed