Date: Mon, 7 Mar 2011 18:01:58 +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: <201103071802.p27I2AVO014528@repoman.freebsd.org>
index | next in thread | raw e-mail
jkim 2011-03-07 18:01:58 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
usr.sbin/pw pw_user.c
Log:
SVN rev 219383 on 2011-03-07 18:01:58Z by jkim
MFC: r218293
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).
Revision Changes Path
1.61.2.2 +5 -5 src/usr.sbin/pw/pw_user.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103071802.p27I2AVO014528>
