/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: 2008-09-05 07:15:46 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080905071546-ax00hzgq40xzprn0
* Makefile (purge-client): Also remove "plugin-runner.conf".

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
 
224
224
purge-client: uninstall-client
225
225
        -shred --remove $(KEYDIR)/seckey.txt
226
 
        -rm --force $(KEYDIR)/pubkey.txt $(KEYDIR)/seckey.txt
 
226
        -rm --force $(CONFDIR)/plugin-runner.conf \
 
227
                $(KEYDIR)/pubkey.txt $(KEYDIR)/seckey.txt
227
228
        -rmdir $(KEYDIR) $(CONFDIR)/plugins.d $(CONFDIR)