mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Now that the timezone specification is no longer allowed, don't issue a
warning that it is missing.
This commit is contained in:
parent
e9b3179b97
commit
ce7ece3713
@ -171,8 +171,6 @@ makefile()
|
||||
else
|
||||
fprintf(ofp, " -D%s", op->op_name);
|
||||
fprintf(ofp, "\n");
|
||||
if (hadtz == 0)
|
||||
printf("timezone not specified; gmt assumed\n");
|
||||
if ((unsigned)machine > NUSERS) {
|
||||
printf("maxusers config info isn't present, using vax\n");
|
||||
up = &users[MACHINE_VAX-1];
|
||||
|
Loading…
Reference in New Issue
Block a user