From 1cd39ec493bf6a24379095b5e8894dd5039767f0 Mon Sep 17 00:00:00 2001 Message-Id: <1cd39ec493bf6a24379095b5e8894dd5039767f0.1715607437.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 14 Jun 2013 20:43:15 +0100 Subject: [PATCH] init/tripe.conf: Fix erroneous variable `mode' instead of `sockmode.' Organization: Straylight/Edgeware From: Mark Wooding --- init/tripe.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/tripe.conf b/init/tripe.conf index 7d78ee62..2b4a5a3e 100644 --- a/init/tripe.conf +++ b/init/tripe.conf @@ -53,7 +53,7 @@ ## which allows only the configured user to connect. Setting 660 allows ## all members of the group to administer the server, which might be useful. ## Setting this to 666 is probably a really bad idea. -#mode=600 +#sockmode=600 ## Trace options to pass to tripe. The default is no tracing. The setting ## `A-cp' gives maxmimum possible verbosity without leaking important -- [mdw]