Bug 2316 - /stand/sysinstall doesn't create /home direcotry
Summary: /stand/sysinstall doesn't create /home direcotry
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joerg Wunsch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1996-12-29 12:40 UTC by sanpei
Modified: 1997-02-24 23:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sanpei 1996-12-29 12:40:01 UTC
  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.
Comment 1 jkh freebsd_committer freebsd_triage 1996-12-29 14:43:19 UTC
Responsible Changed
From-To: freebsd-bugs->joerg

Heh heh, I think we'll give this one to Joerg since he wrote this 
code in sysinstall and "sponsored" pw. :-) 
Comment 2 Joerg Wunsch freebsd_committer freebsd_triage 1997-02-24 23:28:45 UTC
State Changed
From-To: open->closed

David Nugent has modified his pw(8) to create the home directories, 
in rev 1.11, or  1.1.1.1.2.6 resp.