Skip to content

Commit

Permalink
make deinstall: avoid removing bastille.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
hackacad committed Feb 13, 2020
1 parent 70eb3e6 commit a3494c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit a3494c1

Please sign in to comment.