cvs commit: src/usr.sbin/newsyslog newsyslog.8 newsyslog.c

Garance A Drosehn gad at FreeBSD.org
Sun Apr 27 16:37:33 PDT 2003


gad         2003/04/27 16:37:31 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin/newsyslog   newsyslog.8 newsyslog.c 
  Log:
  Add a -C (create) option for newsyslog, and a 'C' flag for entries in the
  config file.  If the -C option is specified once, then newsyslog will create
  any entries which specify the 'C' option.  If -C is given twice, then
  newsyslog will create all missing log files.  Some of this code comes
  from NetBSD, although this implementation does not exactly match theirs.
  
  Reviewed by:    freebsd-arch
  MFC after:      10 days
  
  Revision  Changes    Path
  1.42      +21 -2     src/usr.sbin/newsyslog/newsyslog.8
  1.67      +169 -18   src/usr.sbin/newsyslog/newsyslog.c


More information about the cvs-src mailing list