Codebase list debian-goodies / 11c1cfa
Fix copied comment Paul Wise 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
519519 # Skip Aio files found in MySQL servers
520520 if f.startswith('/[aio]'):
521521 return 0
522 # Skip Aio files found in MySQL servers
522 # Skip memfd files
523523 if f.startswith('/memfd:'):
524524 return 0
525525 # Skip, if asked to, files that do not belong to any package