[Privoxy-commits] [privoxy] branch master updated: GNUmakefile.in: Don't exit if configuration files are installed as root

User Git git at git.privoxy.org
Sun Mar 17 14:08:09 CET 2024


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

The following commit(s) were added to refs/heads/master by this push:
     new 4b3b267d GNUmakefile.in: Don't exit if configuration files are installed as root
4b3b267d is described below

commit 4b3b267db159dc23314de3062859481b7c397e32
Author: Fabrice Fontaine <fontaine.fabrice at gmail.com>
AuthorDate: Sun Mar 17 12:36:31 2024 +0100

    GNUmakefile.in: Don't exit if configuration files are installed as root
    
    ... as this can be considered acceptable when cross-compiling
    Privoxy inside an autobuilder with only a root user.
---
 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) ;\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list