Codebase list debian-goodies / 22b2ded
checkrestart: Ignore /memfd: files Paul Wise 7 years ago
2 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
518518 return 0
519519 # Skip Aio files found in MySQL servers
520520 if f.startswith('/[aio]'):
521 return 0
522 # Skip Aio files found in MySQL servers
523 if f.startswith('/memfd:'):
521524 return 0
522525 # Skip, if asked to, files that do not belong to any package
523526 if onlyPackageFiles:
0 debian-goodies (0.65) UNRELEASED; urgency=medium
1
2 * checkrestart: Ignore /memfd: files
3
4 -- Paul Wise <pabs@debian.org> Fri, 29 Jul 2016 17:13:15 +0800
5
06 debian-goodies (0.64) unstable; urgency=low
17
28 [ Axel Beckert ]