From daac7db044d1e0f270d12791810414815113058c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 16 Aug 2020 17:32:23 -0400 Subject: Don't set LOGNAME LOGNAME is a SysV thing. This is a BSD program. --- daemon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'daemon.h') 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, -- cgit 1.4.1