mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
bdeb2998e1
- set debug, optimization level, and stack size appropriately for the released version - set HAS_MKSO_DATA and HAS_MKLINK_DATA |
||
---|---|---|
.. | ||
Makefile | ||
mklink.data | ||
mkso.data | ||
newuser.8 | ||
newuser.c | ||
newuser.desc | ||
newuser.rez | ||
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.