| Summary: | [PATCH] pw(8) hardcodes directory creation modes | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | k.stevenson <k.stevenson> | ||||||
| Component: | bin | Assignee: | le | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | 3.4-STABLE | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
k.stevenson
2000-02-21 15:50:01 UTC
Attached is an updated patch which fixes some nits raised by Sheldon Hearn. Regards, --Keith Stevenson-- -- Keith Stevenson System Programmer - Data Center Services - University of Louisville k.stevenson@louisville.edu PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 A0 Responsible Changed From-To: freebsd-bugs->davidn David seems to be working with pw(8) alot these days. Responsible Changed From-To: davidn->freebsd-bugs davidn is no longer with us Responsible Changed From-To: freebsd-bugs->le Have a look at this. le 2007-03-26 23:29:20 UTC
FreeBSD src repository
Modified files:
usr.sbin/pw pw.8 pw.c pw_user.c
Log:
Introduce the new option -M to allow to set the permissions of
the user's newly created home directory. If omitted, it's derived
from the current umask.
PR: bin/16880, bin/83253 (partially), bin/104248
MFC in: 1 month
Revision Changes Path
1.40 +12 -1 src/usr.sbin/pw/pw.8
1.29 +2 -3 src/usr.sbin/pw/pw.c
1.59 +17 -4 src/usr.sbin/pw/pw_user.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"
State Changed From-To: open->patched A patch similar to yours was committed to -CURRENT. State Changed From-To: patched->closed MFC happened. |