/mandos/release

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

« back to all changes in this revision

Viewing changes to initramfs-tools-hook

  • Committer: Björn Påhlsson
  • Date: 2009-11-16 14:41:32 UTC
  • mto: (237.7.1 mandos) (24.1.154 mandos)
  • mto: This revision was merged to the branch mainline in revision 270.
  • Revision ID: belorn@braxen-20091116144132-89ake84mbhgkhcah
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
fi
115
115
 
116
116
# Config files
117
 
for file in /etc/mandos/plugin-runner.conf; do
 
117
for file in /etc/mandos/*; do
118
118
    if [ -d "$file" ]; then
119
119
        continue
120
120
    fi