From 5502691620f5ad7ac81940d61f7f27585778caf7 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 17 Jan 2003 16:09:53 +0000 Subject: [PATCH] changed log file permission to 0o640 --- helm/uwobo/src/ocaml/uwobo.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/uwobo/src/ocaml/uwobo.ml b/helm/uwobo/src/ocaml/uwobo.ml index a0e9078a8..bea96a2a0 100644 --- a/helm/uwobo/src/ocaml/uwobo.ml +++ b/helm/uwobo/src/ocaml/uwobo.ml @@ -35,7 +35,7 @@ let debug_level = `Notice;; let debug_print s = if debug then prerr_endline s;; Http_common.debug := false;; let logfile = Some "uwobo.log";; (* relative to execution dir *) -let logfile_perm = 0o644;; +let logfile_perm = 0o640;; (* other settings *) let daemon_name = "UWOBO OCaml";; -- 2.39.2