Bug 60636

Summary: Enhancement to adduser script.
Product: Base System Reporter: wgrim <wgrim>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.1-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
adduser.sh.diff
none
file.diff none

Description wgrim 2003-12-27 21:40:12 UTC
	I keep forgetting to change the default permissions on newly created
	home directories.  I figured it would be a good idea to allow adduser
	do this for users.  The user can enter the new permissions mode and
	adduser would give these permissions to the newly crated directory.

	BTW, this is a repeate of another PR I just sent in; I didn't set
	the From: and Reply-To: fields correctly; please feel free to delete it.

Fix: Let users write their own script or use the patch to adduser.sh and
	adduser.8 below.
How-To-Repeat: 	Create a new user with adduser and check the permissions of the newly
	created home directory.  The permissions are currently 0755.
Comment 1 Mike Makonnen freebsd_committer freebsd_triage 2008-01-27 10:15:31 UTC
State Changed
From-To: open->closed

Duplicate of bin/105060. Also, the patch in this PR seems to be  
reversed and incomplete with respect to the other PR.