summaryrefslogtreecommitdiffstats
path: root/adduser/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix PREFIX logicCameron Katri2022-01-021-11/+10
|
* PREFIX stuffCameron Katri2021-08-281-1/+1
|
* adduser rmuser: Customizable prefixCameron Katri2021-08-281-7/+18
|
* Make all calls to install POSIXCameron Katri2021-08-281-6/+10
|
* Recommit everything, add chpass, improve history (except for a few files ↵Cameron Katri2021-05-021-0/+22
| | | | that git-filter-repo dislikes for some reason [_secure_path.c and login_cap.h])
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-6/+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 an adduser.conf manual page.Tom Rhodes2004-03-301-1/+1
| | | | | | | Hook it to the build in Makefile. Xref from adduser.8. Update adduser.8's BUGS section. Bump the date on adduser.8.
* Replace the perl versions of adduser and rmuser with shell script versions.Scott Long2002-12-031-1/+1
| | | | | Submitted by: Mike Makonnen <mtm@identd.net> Approved by: re
* Remove myself as maintainer, I don't have free time for adduser anymore.Wolfram Schneider2002-01-131-2/+0
|
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-8/+2
|
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | - MAN[1-9] -> MAN.
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
|
* Added myself as maintainer.Wolfram Schneider1999-02-091-1/+3
|
* Remove addgroup/rmgroup -- they are completely replaced by pw(1).Paul Traina1997-07-051-3/+3
| | | | | 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.
* install rmuser, addgroup, rmgroup in /usr/sbinWolfram Schneider1996-11-171-3/+3
|
* manpages for rmgroup(8) and addgroup(8)Wolfram Schneider1996-11-041-2/+7
|
* Change ${COPY} to -c, always needed hereAndrey A. Chernov1994-12-311-1/+1
| | | | Remove manpage reference to BSD adduser, add pwd_mkdb reference
* Remove extra targets per Bruce suggestion.Andrey A. Chernov1994-12-301-3/+1
| | | | Use more macros instead of hardcoded things
* Oops, rename adduser.sh to adduser.perlAndrey A. Chernov1994-12-301-1/+3
| | | | Add empty clean and obj targets.
* Yet one cleanupAndrey A. Chernov1994-12-301-6/+2
|
* Fix everything.Bruce Evans1994-12-301-6/+8
|
* Move conf files to src/etcAndrey A. Chernov1994-12-281-6/+0
|
* Add makefile for adduser.Gary Clark II1994-12-281-0/+15
Would a makefile guru please look this over to make sure I did this right?