Be quiet by default.

This commit is contained in:
David E. O'Brien 1999-04-02 17:19:19 +00:00
parent 15b7d60582
commit fa33f391df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45249

View file

@ -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);