summaryrefslogtreecommitdiffstats
path: root/pw/pw.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* mdoc sweepJoel Dahl2013-05-131-0/+318
|
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-318/+0
| | | | | | | for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting is a two-module system, consisting of a base compute module and a CPU expansion module. SGI's NUMAFlex architecture can be an excellent platform to test CPU affinity and NUMA-aware features in FreeBSD.
* Add home directory creation mode to pw.conf(5) and be a bitLukas Ertl2007-03-301-1/+10
| | | | more specific about the effect of the current umask on -M.
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
|
* The .Xr utility. Spelling. Put NIS under .TnPhilippe Charnier2003-06-081-11/+19
|
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
|
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
|
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
|
* Use consistent spelling,Tim Vanderhoek1997-12-251-2/+2
| | | | | | | | writeable -> writable (recall prior debate over this? :-) initialise -> initialize recognise -> recognize Merry Christmas! :)
* Use err(3) instead of local redefinition. Add rcsid string.Philippe Charnier1997-10-101-18/+16
|
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
|
* Sort cross references.Wolfram Schneider1997-01-201-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Adds optional NIS passwd file updating and optionally rebuildingDavid Nugent1997-01-051-2/+11
| | | | | | NIS maps. Suggested by: Peter Wemm
* Fix reference /etc/acct/pw.conf -> /etc/pw.conf.David Nugent1997-01-051-2/+2
| | | | Pointed-Out-By: Peter Wemm.
* Copyright update by the author, to be more in line with our sampleJoerg Wunsch1996-12-101-13/+7
| | | | | | copyright. Submitted by: David Nugent
* Upgrade from the author, reflecting all my wishes resulting out of theJoerg Wunsch1996-12-091-7/+41
| | | | | | | | sysinstall use of this tool (plus some bug fixes). 2.2 candidate... Submitted by: David Nugent <davidn@nserver.usn.blaze.net.au>
* pw(8) -- a backend utility to manage the user and group databases.Joerg Wunsch1996-12-091-0/+266
sysinstall's new User&group menu will use it, hence it's a 2.2 candidate despite of providing new functionality. Submitted by: David L. Nugent, <davidn@blaze.net.au>