gno/usr.sbin/newuser
gdr 0df1477cf9 Before moving to git, checked in a bunch of apparent work-in-progress
files that have been sitting idle for a few years.  Unfortunately
I can't gaurantee at the moment that these even compile let alone build.
Caveat Emptor
2012-08-26 02:55:00 +00:00
..
Makefile Makefile: 1999-02-15 20:11:25 +00:00
README Makefile, mklink.data, mkso.data, newuser.desc, newuser.rez: 1999-02-15 00:22:11 +00:00
mklink.data Makefile, mklink.data, mkso.data, newuser.desc, newuser.rez: 1999-02-15 00:22:11 +00:00
mkso.data Makefile, mklink.data, mkso.data, newuser.desc, newuser.rez: 1999-02-15 00:22:11 +00:00
newuser.8 Makefile, mklink.data, mkso.data, newuser.desc, newuser.rez: 1999-02-15 00:22:11 +00:00
newuser.c Before moving to git, checked in a bunch of apparent work-in-progress 2012-08-26 02:55:00 +00:00
newuser.desc Makefile, mklink.data, mkso.data, newuser.desc, newuser.rez: 1999-02-15 00:22:11 +00:00
newuser.rez Makefile, mklink.data, mkso.data, newuser.desc, newuser.rez: 1999-02-15 00:22:11 +00:00

README

$Id: README,v 1.2 1999/02/15 00:22:10 gdr-ftp Exp $

In order to run newuser/newuserv, the following files must exist.  They
are installed as part of the GNO base distribution, but you may have to
install them manually if you received newuser/newuserv as a standalone
archive:

/home
	A directory.  All user home directories will be created in this
	directory.
/var/adm/newuser/newid:
	A text file containing the next UID that newuser/newuserv
	should assign.
/var/adm/newuser/skel:
	A directory.  All plain files in this directory will be copied
	into a user's $HOME directory, when $HOME is created.  It is normal
	to have a skelton glogin and gshrc in here.