[Privoxy-devel] [PATCH] GNUmakefile.in: don't exit if root install

Fabrice Fontaine fontaine.fabrice at gmail.com
Sun Mar 17 12:36:31 CET 2024


Don't exit if privoxy is installed with root rights as this could be
acceptable when cross-compiling privoxy inside an autobuilder with only
a root user

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 GNUmakefile.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 04cceb15..cf79aae1 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -927,7 +927,6 @@ install: CONF_DEST LOG_DEST PID_DEST check_doc GROUP_T
 					$(ECHO)  " and to install the config files as that user and/or group!" ;\
 					$(ECHO)  " Please read INSTALL, and create a privoxy user and group!" ;\
 					$(ECHO)  "*******************************************************************" ;\
-					exit 1 ;\
 				fi ;\
 			else \
 				GROUP_T=$(GROUP) ;\
-- 
2.43.0



More information about the Privoxy-devel mailing list