b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
10 lines
444 B
Text
10 lines
444 B
Text
The usermgmt suite of programs provides SVR4/Solaris-compatible
|
|
{user,group}{add,del,mod} commands, and two utilities, user(8) and
|
|
group(8) which perform the same functions. In addition, some extensions
|
|
are provided, which allow a user to be created with the same uid and
|
|
gid, for example.
|
|
|
|
The usermgmt suite was based on the old addnerd package, which, in turn,
|
|
was based on Matt Green's addbozo script.
|
|
|
|
Alistair G. Crooks (agc@netbsd.org)
|