/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 Makefile

  • Committer: Teddy Hogeborn
  • Date: 2018-08-19 01:03:28 UTC
  • Revision ID: teddy@recompile.se-20180819010328-vpqpeh7ljfd83ia2
plugin-runner: More debug output

* plugin-runner.c (main): If --debug is used, show the name and PID of
                          each plugin as it is started.

Show diffs side-by-side

added added

removed removed

Lines of Context:
396
396
                "$(CONFDIR)/network-hooks.d"
397
397
        install --mode=u=rwx,go=rx \
398
398
                --target-directory=$(LIBDIR)/mandos plugin-runner
399
 
        install --mode=u=rwx,go=rx \
400
 
                --target-directory=$(LIBDIR)/mandos mandos-to-cryptroot-unlock
401
399
        install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
402
400
                mandos-keygen
403
401
        install --mode=u=rwx,go=rx \
427
425
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos
428
426
        install initramfs-tools-script \
429
427
                $(INITRAMFSTOOLS)/scripts/init-premount/mandos
430
 
        install initramfs-tools-script-stop \
431
 
                $(INITRAMFSTOOLS)/scripts/local-premount/mandos
432
428
        install --mode=u=rw,go=r plugin-runner.conf $(CONFDIR)
433
429
        gzip --best --to-stdout mandos-keygen.8 \
434
430
                > $(MANDIR)/man8/mandos-keygen.8.gz