--- run-parts.c 2003-03-29 13:13:59.000000000 +0100 +++ run-parts_keep.c 2003-03-29 13:10:36.000000000 +0100 @@ -120,7 +120,8 @@ !fnmatch("*~", c, 0) || !fnmatch("*.pre_fcopy", c, 0) || !fnmatch("*.notslocate", c, 0) || - !fnmatch("*.disabled", c, 0) ); + !fnmatch("*.disabled", c, 0) || + !fnmatch(".keep", c, 0) ); }