summary refs log tree commit diff
path: root/daemon.h
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 /daemon.h
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 'daemon.h')
-rw-r--r--daemon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon.h b/daemon.h
index d625df2..0398db9 100644
--- a/daemon.h
+++ b/daemon.h
@@ -91,7 +91,6 @@ static inline const char *lineRead(struct Line *line, int fd) {
 enum {
 	SHELL,
 	PATH,
-	LOGNAME,
 	USER,
 	HOME,
 	EnvironNull,