summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
diff options
context:
space:
mode:
authorLukas Ertl <le@FreeBSD.org>2007-03-30 11:23:10 +0000
committerLukas Ertl <le@FreeBSD.org>2007-03-30 11:23:10 +0000
commitabdbf0ce5b290f2af7177279704ab6c0c83a2a2b (patch)
tree1fc2f362e082e5c3fdd4808dd1a2a168bc46f18c /pw/pw.h
parent6c558b459495a9f26c675637f9fbd07938502e5d (diff)
downloadpw-darwin-abdbf0ce5b290f2af7177279704ab6c0c83a2a2b.tar.gz
pw-darwin-abdbf0ce5b290f2af7177279704ab6c0c83a2a2b.tar.zst
pw-darwin-abdbf0ce5b290f2af7177279704ab6c0c83a2a2b.zip
Add home directory creation mode to pw.conf(5) and be a bit
more specific about the effect of the current umask on -M.
Diffstat (limited to 'pw/pw.h')
-rw-r--r--pw/pw.h1
1 files changed, 1 insertions, 0 deletions
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 */