From: Stefano Zacchiroli Date: Fri, 17 Jan 2003 16:09:53 +0000 (+0000) Subject: changed log file permission to 0o640 X-Git-Tag: v0_3_99~13 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=5502691620f5ad7ac81940d61f7f27585778caf7;hp=ec5094737abf5898aae30b1b71b5910c039c94bc;p=helm.git changed log file permission to 0o640 --- 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";;