From a3494c10072103f9d52ce3cc7689c3f24d0b958c Mon Sep 17 00:00:00 2001 From: Sven R Date: Thu, 13 Feb 2020 07:34:31 +0100 Subject: [PATCH] make deinstall: avoid removing bastille.conf --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e7aaec9..70e6749d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ uninstall: @rm -rvf /usr/local/share/bastille @echo @echo "removing configuration file" - @rm -rvf /usr/local/etc/bastille + @rm -rvf /usr/local/etc/bastille/bastille.conf.sample @echo @echo "removing startup script" @rm -vf /usr/local/etc/rc.d/bastille + @echo "You may need to manually remove /usr/local/etc/bastille/bastille.conf if it is no longer needed."