https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=160967

David Bright <d...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|b...@freebsd.org            |d...@freebsd.org
                 CC|                            |d...@freebsd.org

--- Comment #2 from David Bright <d...@freebsd.org> ---
I'm not sure what issue is being reported. Is it that after newsyslog is run:

  # newsyslog -n -v -F /var/log/mpd.log

that it shows a (compressed) rotated file being created:

  Compress all rotated log file(s)...
          gzip /var/log/mpd.log.0
          chmod 600 /var/log/mpd.log.0.gz

Yet when the log directory is listed that rotated file is not shown?

  # ls -la /var/log | grep mpd
  -rw-------   1 root   wheel      87198 23 &#1089;&#1077;&#1085; 20:09 mpd.log

If so, this is expected behavior. The -n flag is specified on this invocation,
which causes a "dry run" of newsyslog; it prints what it would do in the
rotation, but doesn't actually do it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to