Be quiet by default.
This commit is contained in:
parent
15b7d60582
commit
fa33f391df
@ -107,7 +107,7 @@ int main (argc, argv, envp)
|
||||
struct servent *ent;
|
||||
struct interface_info *ip;
|
||||
int seed;
|
||||
int quiet = 0;
|
||||
int quiet = 1;
|
||||
|
||||
#ifdef SYSLOG_4_2
|
||||
openlog ("dhclient", LOG_NDELAY);
|
||||
|
Loading…
Reference in New Issue
Block a user