From bff6b14f2aca2f33e69a4d8c3fa122505ee99112 Mon Sep 17 00:00:00 2001 From: jordan Date: Fri, 4 Dec 2020 10:46:26 +0000 Subject: [PATCH] cosmetics --- README.md | 4 ++-- makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8aaf950..ac74fcc 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ In 2019, I run a Perl application which was based on a replicated data base implemented on a set of Raspberry PI nodes. This application was exposed to rough conditions such as power cuts, missing Internet access, etc. Having run successfully a proof of concept at the -[Anthropos Festival](http://anthroposfestival.org "Festival Website"), +[Anthropos Festival](//anthroposfestival.org "Festival Website"), the software has been developed further into a layered architecture. ## Development Cycle @@ -171,7 +171,7 @@ executing them. Apart from auditing privilege escalation via *sudo*, this feature is intended to be used when building bespoke scripts for particular QEMU related tasks. -The following tools do *not* use *sudo* privilege escalation +The following tools do *not* need *sudo* privilege escalation * *pijacks* -- never (but will call *pibox* for terminating QEMU) * *pimage* -- never if *guestmount* is available diff --git a/makefile b/makefile index 290e5e3..e1162a9 100644 --- a/makefile +++ b/makefile @@ -24,6 +24,7 @@ clean: rm -f *~ */*~ distclean: + rm -f README.html find . -name \*~ -type f|while read f;do(set -x;rm "$$f");done # End