/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugin-runner.c

  • Committer: Teddy Hogeborn
  • Date: 2008-11-01 02:26:00 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081101022600-bacs9fxmsliqrah1
* initramfs-tools-hook: Also ignore plugins named "*.dpkg-bak".
* plugin-runner.c: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
700
700
      
701
701
      const char const *bad_suffixes[] = { "~", "#", ".dpkg-new",
702
702
                                           ".dpkg-old",
 
703
                                           ".dpkg-bak",
703
704
                                           ".dpkg-divert", NULL };
704
705
      for(const char **pre = bad_prefixes; *pre != NULL; pre++){
705
706
        size_t pre_len = strlen(*pre);