Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2002 11:45:37 -0800 (PST)
From:      David Malone <dwmalone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.8 syslogd.c
Message-ID:  <200212011945.gB1Jjbp0063100@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2002/12/01 11:45:37 PST

  Modified files:        (Branch: RELENG_4)
    usr.sbin/syslogd     syslog.conf.5 syslogd.8 syslogd.c 
  Log:
  Sync with -current, except the -o option (which isn't as relivant
  in -stable) and Thomas's skip_message change (which hasn't been in
  -current very long).
  
  Main changes:
  1) man page updates,
  2) ! operator for priority,
  3) -c option (include repeats),
  4) sort/missing includes,
  5) style changes, statisation, de __P, ANSI function definitions,
  6) don't initialisation of statics unless needed,
  7) allow more characters in program names,
  8) be more careful about closing sockets on EHOST{UNREACH,DOWN}.
  
  Revision   Changes    Path
  1.16.2.9   +11 -2     src/usr.sbin/syslogd/syslog.conf.5
  1.22.2.15  +14 -14    src/usr.sbin/syslogd/syslogd.8
  1.59.2.23  +199 -204  src/usr.sbin/syslogd/syslogd.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212011945.gB1Jjbp0063100>