summaryrefslogtreecommitdiffstats
path: root/adduser/addgroup.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Remove addgroup/rmgroup -- they are completely replaced by pw(1).Paul Traina1997-07-051-191/+0
| | | | | Adduser/rmuser stay for now until we get a good user-friendly front-end for pw.
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
|
* 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.
* remove group limits checksWolfram Schneider1996-12-291-35/+6
|
* addgroup - add a group or add users to a groupWolfram Schneider1996-10-291-0/+220
addgroup [-g gid] group [user[,user,...]]