summary refs log tree commit diff
path: root/catsitd.8
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-16 17:32:23 -0400
committerJune McEnroe <june@causal.agency>2020-08-16 17:32:23 -0400
commitdaac7db044d1e0f270d12791810414815113058c (patch)
treed0e2f4bc5e984807d4cad496a7ba83dd6d5ac40c /catsitd.8
parentAdd privileged services (diff)
downloadcatsit-daac7db044d1e0f270d12791810414815113058c.tar.gz
catsit-daac7db044d1e0f270d12791810414815113058c.zip
Don't set LOGNAME
LOGNAME is a SysV thing. This is a BSD program.
Diffstat (limited to '')
-rw-r--r--catsitd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/catsitd.8 b/catsitd.8
index 3bc4b3f..e5e7290 100644
--- a/catsitd.8
+++ b/catsitd.8
@@ -1,4 +1,4 @@
-.Dd August 15, 2020
+.Dd August 16, 2020
 .Dt CATSITD 8
 .Os
 .
@@ -172,7 +172,7 @@ Services are started
 with empty environments
 apart from the following:
 .Bl -tag -width Ds
-.It Ev LOGNAME , Ev USER
+.It Ev USER
 Set to the name of the user specified by
 .Fl u .
 .It Ev HOME
t, that client will show up in the kqueue loop with EV_EOF and get removed that way. Tested by sending SIGKILL to a client and watching its cursor disappear. 2017-09-01Add client readOnly modeJune McEnroe 2017-08-31Clean up merge toolJune McEnroe Choose the version with the most recent access if the modify times are the same. 2017-08-31Choose B for tiles with equal modify timesJune McEnroe This way newer access counts and times will be preserved. 2017-08-31Add quick data file merge toolJune McEnroe Hopefully I won't have to use it ever again. 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe Why was it down there? 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe