Date: Fri, 4 Feb 2011 19:49:02 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/pw pw_user.c Message-ID: <201102041949.p14JnHhT044417@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2011-02-04 19:49:02 UTC
FreeBSD src repository
Modified files:
usr.sbin/pw pw_user.c
Log:
SVN rev 218293 on 2011-02-04 19:49:02Z by jkim
Do not let pw.conf(5) or -M option affect creation of basehome, e.g., /home.
When the basehome does not exist, it creates all intermediate directories as
required, which is logically equivalent to mkdir(1) with -m and -p options.
However, it modifies all intermediate directories, not just the final home
directory unlike mkdir. This problem was introduced in two revisions, i.e.,
r1.59 (SVN r167919) and r1.60 (SVN r168044).
MFC after: 1 month
Revision Changes Path
1.67 +5 -5 src/usr.sbin/pw/pw_user.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102041949.p14JnHhT044417>
