aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw/pw.c
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
commit85204142eb6f62c4f19b4544f0c9d9f828f44e37 (patch)
treea052a524aa441f44e47fe87b09a96fc0d800c84c /usr.sbin/pw/pw.c
parent1dd634b049c12974f073a65f4e1178d8f0e6860c (diff)
downloadsrc-85204142eb6f62c4f19b4544f0c9d9f828f44e37.tar.gz
src-85204142eb6f62c4f19b4544f0c9d9f828f44e37.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.
Notes
Notes: svn path=/head/; revision=168044
Diffstat (limited to 'usr.sbin/pw/pw.c')
-rw-r--r--usr.sbin/pw/pw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c
index f13a94ff0c8c..c5ebe423d2ef 100644
--- a/usr.sbin/pw/pw.c
+++ b/usr.sbin/pw/pw.c
@@ -328,6 +328,7 @@ cmdhelp(int mode, int which)
"\t-G grp1,grp2 additional groups\n"
"\t-L class default user class\n"
"\t-k dir default home skeleton\n"
+ "\t-M mode home directory permissions\n"
"\t-u min,max set min,max uids\n"
"\t-i min,max set min,max gids\n"
"\t-w method set default password method\n"