OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   09-Aug-2002 15:54:06
  Branch: HEAD                             Handle: 197001010100001028897645

  Added files:
    openpkg-src/sendmail    fsl.sendmail
  Removed files:
    openpkg-src/sendmail    sendmail.8.11.6.patch.autonomous

  Log:
    Add default config file for fsl, remove old patch for v8.11.X.

  Summary:
    Revision    Changes     Path
    1.1         +21 -0      openpkg-src/sendmail/fsl.sendmail
    NONE        +0  -76     openpkg-src/sendmail/sendmail.8.11.6.patch.autonomous
  ____________________________________________________________________________

  Index: openpkg-src/sendmail/fsl.sendmail
  ============================================================
  $ cvs update -p -r1.1 fsl.sendmail
  ##
  ##  fsl.sendmail -- OSSP fsl configuration for sendmail
  ##
  
  #   use OSSP fsl to perform the equivalent of the
  #   following syslog.conf(5) configuration entries:
  #   mail.crit    @l_prefix@/var/sendmail/log/sendmail.crit
  #   mail.err     @l_prefix@/var/sendmail/log/sendmail.err
  #   mail.notice  @l_prefix@/var/sendmail/log/sendmail.notice
  ident (.+)/mail q{
      prefix(
        prefix="%b %d %H:%M:%S %N $1: ", 
        timezone=local
      )
      -> {
          critical: file(path="@l_prefix@/var/sendmail/log/mail.crit",   append=1, 
perm=0644);
          error:    file(path="@l_prefix@/var/sendmail/log/mail.err",    append=1, 
perm=0644);
          notice:   file(path="@l_prefix@/var/sendmail/log/mail.notice", append=1, 
perm=0644)
      }
  }
  
  
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to