From abdbf0ce5b290f2af7177279704ab6c0c83a2a2b Mon Sep 17 00:00:00 2001 From: Lukas Ertl Date: Fri, 30 Mar 2007 11:23:10 +0000 Subject: Add home directory creation mode to pw.conf(5) and be a bit more specific about the effect of the current umask on -M. --- pw/pw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pw/pw.h') diff --git a/pw/pw.h b/pw/pw.h index a0f97e3..7568c22 100644 --- a/pw/pw.h +++ b/pw/pw.h @@ -81,6 +81,7 @@ struct userconf char *newmail; /* Mail to send to new accounts */ char *logfile; /* Where to log changes */ char *home; /* Where to create home directory */ + mode_t homemode; /* Home directory permissions */ char *shelldir; /* Where shells are located */ char **shells; /* List of shells */ char *shell_default; /* Default shell */ -- cgit v1.2.3-56-ge451