Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2011 18:00: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:  <201103071801.p27I1J3A014460@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2011-03-07 18:00:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    usr.sbin/pw          pw_user.c 
  Log:
  SVN rev 219382 on 2011-03-07 18:00: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.63.2.2  +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?201103071801.p27I1J3A014460>