Robert Drehmel
|
b8938b667e
|
Use strlcpy(3) to replace the idiomatic
strncpy(d, s, l);
d[l - 1] = '\0';
statements.
|
2004-06-17 14:07:16 +00:00 |
|
David Nugent
|
923dc0b2c3
|
Portability fixes for other bsd4.4 derivatives.
|
2000-01-15 00:20:22 +00:00 |
|
Peter Wemm
|
97d92980a9
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:35:59 +00:00 |
|
David Nugent
|
5f12594a29
|
1) Do not blindly ignore file update errors which may occur due to concurrent
updating
2) Add -V <etcdir>, which allows maintaining user/group database in alternate
locations other than /etc.
|
1999-02-23 07:15:11 +00:00 |
|