From b94920234dc651652aee67955e4d633d04949eae Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Thu, 16 Apr 2015 14:55:25 -0500 Subject: [PATCH] LP#1445187 - Force disable of deflate Add the -f (force) flag to a2dismod to remove the chance of getting a confirmation prompt when removing deflate. Signed-off-by: Josh Stompro Signed-off-by: Ben Shum --- Open-ILS/src/extras/install/Makefile.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/install/Makefile.debian b/Open-ILS/src/extras/install/Makefile.debian index 8f6c4994c2..4c0ee13364 100644 --- a/Open-ILS/src/extras/install/Makefile.debian +++ b/Open-ILS/src/extras/install/Makefile.debian @@ -45,7 +45,7 @@ debian_sys_config: # link the apache modules in for m in $(DEB_APACHE_MODS); do a2enmod $$m; done; # keep the bad apache modules away - for m in $(DEB_APACHE_DISMODS); do a2dismod $$m; done; + for m in $(DEB_APACHE_DISMODS); do a2dismod -f $$m; done; # keep the bad apache configs away for m in $(DEB_APACHE_DISCONF); do a2disconf $$m; done; # refresh the dynamic library cache -- 2.43.2