From 3c64dba7a2f09839f3bd99fe27a5229f4da4d592 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 18 Mar 2012 15:47:54 +0000 Subject: [PATCH] Change RA_MODE from 0664 to 0644 Suggested by Markus Dittrich in #3505445. --- GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 481a7301..c6f7202e 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.205 2011/11/20 17:17:56 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.206 2012/03/18 15:42:44 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2011 members of the # Privoxy team. http://www.privoxy.org/ @@ -86,7 +86,7 @@ INSTALL = @INSTALL@ # Binaries BIN_MODE = 0755 # Support files, docs, etc. -RA_MODE = 0664 +RA_MODE = 0644 # Directory DIR_MODE = 0755 # Files daemon writes to. -- 2.39.2