/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 initramfs-tools-hook

* mandos (transitional_dbus_metaclass): Renamed to
                                        "AlternateDBusNamesMetaclass".
                                        All users changed.  Also added
                                        comments, wrapped lines, and
                                        searching of all base classes
                                        for D-Bus attributes.  It now
                                        adds the *old* interface name,
                                        not the new one.
  (ClientDBus, MandosDBusService): Use the new interface names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        "${DESTDIR}${CONFDIR}/plugin-runner.conf"
132
132
fi
133
133
 
134
 
# Key files
 
134
# Key files 
135
135
for file in "$keydir"/*; do
136
136
    if [ -d "$file" ]; then
137
137
        continue