/[smecontribs]/rpms/bacula/contribs7/bacula-3.0.2-fd_acl_not_impl.patch
ViewVC logotype

Contents of /rpms/bacula/contribs7/bacula-3.0.2-fd_acl_not_impl.patch

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


Revision 1.1 - (show annotations) (download)
Fri Dec 3 18:15:56 2010 UTC (13 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: bacula-5_0_3-1_el4_sme, HEAD
Initial import

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 @@ -396,6 +396,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 default:

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