mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue