Bug 63659

Summary: /usr/sbin/pw does not honor symlinks in skeleton directory
Product: Base System Reporter: david <david>
Component: binAssignee: le
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.2-CURRENT   
Hardware: Any   
OS: Any   

Description david 2004-03-02 21:10:17 UTC
In /etc/skel, i have a directory "htdocs".  I also have a symlink of public_html to htdocs.  When I use /usr/sbin/pw to create a user, the home directory contains htdocs and public_html as directories, not public_html as a symlink to htdocs.

How-To-Repeat: Create a symlink to a directory in /etc/skel.
Create a user.
Check home directory.
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-03-30 14:18:58 UTC
le          2007-03-30 13:18:52 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/pw          cpdir.c 
  Log:
  Do the right thing with symlinks in the skeleton directory.
  
  PR:     bin/63659
  
  Revision  Changes    Path
  1.8       +7 -1      src/usr.sbin/pw/cpdir.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 le freebsd_committer freebsd_triage 2007-03-30 14:19:09 UTC
State Changed
From-To: open->patched

A fix for this was committed to -CURRENT. 


Comment 3 le freebsd_committer freebsd_triage 2007-03-30 14:19:09 UTC
Responsible Changed
From-To: freebsd-bugs->le

A fix for this was committed to -CURRENT.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-05-04 18:22:33 UTC
le          2007-05-04 17:22:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/pw          cpdir.c 
  Log:
  MFC 1.8:
  
      Do the right thing with symlinks in the skeleton directory.
  
      PR:     bin/63659
  
  Revision  Changes    Path
  1.7.2.1   +7 -1      src/usr.sbin/pw/cpdir.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 le freebsd_committer freebsd_triage 2007-05-04 18:23:21 UTC
State Changed
From-To: patched->closed

MFC happened.