freebsd-dev/usr.sbin/pw
Pawel Jakub Dawidek 49630c2335 Change /home symbolic link, so it will point to usr/home instead of /usr/home.
Previous symlink was confusing:

	# cd /jails/virtual_system_1/home
	# realpath .
	/usr/home

...and slower.

OK'ed by:	rwatson, phk
2005-07-31 08:25:53 +00:00
..
bitmap.c
bitmap.h
cpdir.c Remove unused variables. 2005-04-09 14:59:10 +00:00
edgroup.c Shift file locking to source file instead of temp file. This fixes 2004-03-08 20:31:37 +00:00
fileupd.c Shift file locking to source file instead of temp file. This fixes 2004-03-08 20:31:37 +00:00
grupd.c
Makefile style.Makefile(5) 2003-04-04 17:49:21 +00:00
psdate.c Use strlcpy(3) to replace the idiomatic 2004-06-17 14:07:16 +00:00
psdate.h
pw_conf.c
pw_group.c Add a -H <fd>' option that is like -h <fd>', but accepts an already 2004-01-11 18:28:08 +00:00
pw_log.c
pw_nis.c
pw_user.c Change /home symbolic link, so it will point to usr/home instead of /usr/home. 2005-07-31 08:25:53 +00:00
pw_vpw.c Use strlcpy(3) to replace the idiomatic 2004-06-17 14:07:16 +00:00
pw.8 Sort sections. 2005-01-18 20:02:45 +00:00
pw.c Add a -H <fd>' option that is like -h <fd>', but accepts an already 2004-01-11 18:28:08 +00:00
pw.conf.5 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
pw.h The variable `arglist' has internal linkage in pw.c, don't declare it as extern 2005-02-10 09:05:27 +00:00
pwupd.c Don't rely on NULL being a pointer, add a cast before passing it to a variadic 2004-10-03 14:40:27 +00:00
pwupd.h
README
rm_r.c

pw is a command-line driven passwd/group editor utility that provides
an easy and safe means of modifying of any/all fields in the system
password files, and has an add, modify and delete mode for user and
group records. Command line options have been fashioned to be similar
to those used by the Sun/shadow commands: useradd, usermod, userdel,
groupadd, groupmod, groupdel, but combines all operations within the
single command `pw'.

User add mode also provides a means of easily setting system useradd
defaults (see pw.conf.5), so that adding a user is as easy as issuing
the command "pw useradd <loginid>". Creation of a unique primary
group for each user and automatic membership in secondary groups
is fully supported.

This program may be FreeBSD specific, but should be trivial to port to
other bsd4.4 variants.

Author and maintainer: David L. Nugent, <davidn@blaze.net.au>

$FreeBSD$