/[rdiff-backup]/rdiff-backup/rdiff_backup/eas_acls.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/eas_acls.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by dgaudet, Tue Jun 28 05:29:59 2005 UTC revision 1.12 by dgaudet, Sat Jul 2 21:16:53 2005 UTC
# Line 59  class ExtendedAttributes: Line 59  class ExtendedAttributes:
59                  try: attr_list = rp.conn.xattr.listxattr(rp.path)                  try: attr_list = rp.conn.xattr.listxattr(rp.path)
60                  except IOError, exc:                  except IOError, exc:
61                          if exc[0] == errno.EOPNOTSUPP: return # if not sup, consider empty                          if exc[0] == errno.EOPNOTSUPP: return # if not sup, consider empty
62                            if exc[0] == errno.EACCES:
63                                    log.Log("Warning: listattr(%s): %s" % (rp.path, exc), 3)
64                                    return
65                          raise                          raise
66                  for attr in attr_list:                  for attr in attr_list:
67                          if not attr.startswith('user.'):                          if not attr.startswith('user.'):

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26