From sanpei@yy.cs.keio.ac.jp  Sun Dec 29 04:35:33 1996
Received: from chizuru.yy.cs.keio.ac.jp (chizuru.yy.cs.keio.ac.jp [131.113.47.2])
          by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id EAA28860
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Dec 1996 04:35:31 -0800 (PST)
Received: from lala.yy.cs.keio.ac.jp ([203.140.35.15]) by chizuru.yy.cs.keio.ac.jp (8.6.12+2.5W/3.1W-2.8compat) with ESMTP id VAA17377 for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Dec 1996 21:35:26 +0900
Received: (from sanpei@localhost) by lala.yy.cs.keio.ac.jp (8.8.4/3.5Wbeta) id VAA05672; Sun, 29 Dec 1996 21:35:18 +0900 (JST)
Message-Id: <199612291235.VAA05672@lala.yy.cs.keio.ac.jp>
Date: Sun, 29 Dec 1996 21:35:18 +0900 (JST)
From: sanpei@yy.cs.keio.ac.jp
Reply-To: sanpei@yy.cs.keio.ac.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: /stand/sysinstall doesn't create /home direcotry
X-Send-Pr-Version: 3.2

>Number:         2316
>Category:       misc
>Synopsis:       /stand/sysinstall doesn't create /home direcotry
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    joerg
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 29 04:40:01 PST 1996
>Closed-Date:    Tue Feb 25 00:28:45 MET 1997
>Last-Modified:  Tue Feb 25 00:32:43 MET 1997
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 2.2-BETA_A i386
>Organization:
Keio Univ. Japan
>Environment:

2.2-BETA_A installation floppy and /stand/sysinstall

MD5 (boot.flp) = 684b4d5be8e0721e67bcab47fec6fbe0

>Description:

  In 2.2-961014-SNAP or older, installation program(/stand/sysinstall),
used */usr/sbin/adduser* command to add new user. (sorry I'm not tested
2.2-ALPHA)

  In 2.2-BETA, new code use to add new user.  (Yes,  at first time, I'm
suprised!)

  If /home direcotry was not created at add new user phase,

	[old adduser program]
		1. create /usr/home directory
		2. symlink /home to /usr/home
		3. create user home directory like /usr/home/sanpei :-)
		4. copy skeleton dot files ( .cshrc etc.)

	BUT
	[New add-user program]
		1. does not create /home or /usr/home directory.

I think [old adduser program] style is better than new one. Please
fix this problem.

Thank you.

>How-To-Repeat:

	

>Fix:
	
	

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->joerg 
Responsible-Changed-By: jkh 
Responsible-Changed-When: Sun Dec 29 06:43:19 PST 1996 
Responsible-Changed-Why:  
Heh heh, I think we'll give this one to Joerg since he wrote this 
code in sysinstall and "sponsored" pw. :-) 
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Tue Feb 25 00:28:45 MET 1997 
State-Changed-Why:  
David Nugent has modified his pw(8) to create the home directories, 
in rev 1.11, or  1.1.1.1.2.6 resp. 

>Unformatted:
