[CVS] OpenPKG: openpkg-src/postfix/ rc.postfix

2003-06-28 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   28-Jun-2003 16:39:39
  Branch: HEAD Handle: 2003062815393800

  Modified files:
openpkg-src/postfix rc.postfix

  Log:
back-out recent change to restore 'reload' command and fix ownerships

  Summary:
RevisionChanges Path
1.14+4  -3  openpkg-src/postfix/rc.postfix
  

  patch -p0 '@@ .'
  Index: openpkg-src/postfix/rc.postfix
  
  $ cvs diff -u -r1.13 -r1.14 rc.postfix
  --- openpkg-src/postfix/rc.postfix24 Jun 2003 13:28:00 -  1.13
  +++ openpkg-src/postfix/rc.postfix28 Jun 2003 14:39:38 -  1.14
  @@ -53,7 +53,8 @@
   #   rotate logfile
   shtool rotate -f \
   -n${postfix_log_numfiles} -s${postfix_log_minsize} -d \
  --z${postfix_log_complevel} [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -m644 \
  --P ${postfix_log_prolog} \
  --E ${postfix_log_epilog} \
  +-z${postfix_log_complevel} [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -m644 \
  +-P $postfix_log_prolog \
  +-E @l_prefix@/sbin/postfix reload; $postfix_log_epilog \
   @l_prefix@/var/postfix/log/postfix.log
  +
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


Re: [CVS] OpenPKG: openpkg-src/postfix/ rc.postfix

2003-06-28 Thread Ralf S. Engelschall
On Tue, Jun 24, 2003, Thomas Lotterer wrote:

 [...]
 add/unify log file trimming
 [...]
   --z${postfix_log_complevel} [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -m644 \
   --P $postfix_log_prolog \
   --E @l_prefix@/sbin/postfix reload; $postfix_log_epilog \
   +-z${postfix_log_complevel} [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -m644 \
   +-P ${postfix_log_prolog} \
   +-E ${postfix_log_epilog} \
 [...]

Ops, you removed the postfix reload command which is important to make
sure Postfix reopens the new logfile. Additionally, Postfix runs under
musr/mgrp, so why using rusr/rgrp here? I've backed out your change for
now.
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/postfix/ rc.postfix

2003-06-24 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Jun-2003 15:28:00
  Branch: HEAD Handle: 200306241428

  Modified files:
openpkg-src/postfix rc.postfix

  Log:
add/unify log file trimming

  Summary:
RevisionChanges Path
1.13+3  -4  openpkg-src/postfix/rc.postfix
  

  patch -p0 '@@ .'
  Index: openpkg-src/postfix/rc.postfix
  
  $ cvs diff -u -r1.12 -r1.13 rc.postfix
  --- openpkg-src/postfix/rc.postfix24 Jun 2003 12:08:00 -  1.12
  +++ openpkg-src/postfix/rc.postfix24 Jun 2003 13:28:00 -  1.13
  @@ -53,8 +53,7 @@
   #   rotate logfile
   shtool rotate -f \
   -n${postfix_log_numfiles} -s${postfix_log_minsize} -d \
  --z${postfix_log_complevel} [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -m644 \
  --P $postfix_log_prolog \
  --E @l_prefix@/sbin/postfix reload; $postfix_log_epilog \
  +-z${postfix_log_complevel} [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -m644 \
  +-P ${postfix_log_prolog} \
  +-E ${postfix_log_epilog} \
   @l_prefix@/var/postfix/log/postfix.log
  -
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]