OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   01-Apr-2005 18:01:52
  Branch: HEAD                             Handle: 2005040117015000

  Modified files:
    openpkg-src/postfix     postfix.spec

  Log:
    local(8) fails abruptly when no SRS variables are set, so at least
    start with defaults

  Summary:
    Revision    Changes     Path
    1.221       +10 -0      openpkg-src/postfix/postfix.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/postfix.spec
  ============================================================================
  $ cvs diff -u -r1.220 -r1.221 postfix.spec
  --- openpkg-src/postfix/postfix.spec  1 Apr 2005 15:40:31 -0000       1.220
  +++ openpkg-src/postfix/postfix.spec  1 Apr 2005 16:01:50 -0000       1.221
  @@ -171,6 +171,16 @@
            -e 's;\(local_expand\.c\);\1 srs.c;' \
            -e 's;\(local_expand\.o\);\1 srs.o;' \
            src/local/Makefile.in
  +    ( echo '#   srs tagging'
  +      echo 'srs_domain                    = $mydomain'
  +      echo 'srs_alwaysrewrite             = yes'
  +      echo 'srs_hashlength                = 8'
  +      echo 'srs_hashmin                   = 8'
  +      echo 'srs_maxage                    = 15'
  +      echo 'srs_secrets                   = srsseckey'
  +      echo 'srs_separator                 = ='
  +      echo ''
  +    ) >>etc/main.cf
   %endif
   
       #   apply OpenPKG patches
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to