https://bugs.koozali.org/show_bug.cgi?id=11949

            Bug ID: 11949
           Summary: arpwatch logs to messages
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: x86_64
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-arpwatch
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

need to move to its own log and set up logrotate for it

/etc/e-smith/templates/etc/rsyslog.conf/32arpwatch   takes care of logging
#arpwatch
:programname, isequal, "arpwatch"            /var/log/arpwatch.log
& stop

/etc/e-smith/templates/etc/logrotate.d/arpwatch/10All  should set up logrotate
/var/log/arpwatch.log \{
    missingok
    weekly
    rotate 24
    compress
    notifempty
    copytruncate
\}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to