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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   13-Oct-2006 17:22:07
  Branch: HEAD                             Handle: 2006101316220700

  Modified files:
    openpkg-src/postfix-mailgraph
                            postfix-mailgraph.spec rc.postfix-mailgraph

  Log:
    lint police

  Summary:
    Revision    Changes     Path
    1.26        +1  -1      openpkg-src/postfix-mailgraph/postfix-mailgraph.spec
    1.11        +3  -3      openpkg-src/postfix-mailgraph/rc.postfix-mailgraph
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix-mailgraph/postfix-mailgraph.spec
  ============================================================================
  $ cvs diff -u -r1.25 -r1.26 postfix-mailgraph.spec
  --- openpkg-src/postfix-mailgraph/postfix-mailgraph.spec      25 Aug 2006 
19:18:29 -0000      1.25
  +++ openpkg-src/postfix-mailgraph/postfix-mailgraph.spec      13 Oct 2006 
15:22:07 -0000      1.26
  @@ -33,7 +33,7 @@
   Group:        Mail
   License:      GPL
   Version:      1.12
  -Release:      20060825
  +Release:      20061013
   
   #   list of sources
   Source0:      
http://people.ee.ethz.ch/~dws/software/mailgraph/pub/mailgraph-%{version}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix-mailgraph/rc.postfix-mailgraph
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 rc.postfix-mailgraph
  --- openpkg-src/postfix-mailgraph/rc.postfix-mailgraph        25 Aug 2006 
19:18:29 -0000      1.10
  +++ openpkg-src/postfix-mailgraph/rc.postfix-mailgraph        13 Oct 2006 
15:22:07 -0000      1.11
  @@ -23,15 +23,15 @@
       echo "postfix_mailgraph_active=\"$postfix_mailgraph_active\""
   
   %start -u @l_susr@
  -    rcService postfix-mailgraph enable yes || exit 0
  +    rcService postfix_mailgraph enable yes || exit 0
       @l_prefix@/sbin/mailgraph --daemon
   
   %stop -u @l_susr@
  -    rcService postfix-mailgraph enable yes || exit 0
  +    rcService postfix_mailgraph enable yes || exit 0
       postfix_mailgraph_signal TERM
   
   %restart -u @l_susr@
  -    rcService postfix-mailgraph enable yes || exit 0
  +    rcService postfix_mailgraph enable yes || exit 0
       postfix_mailgraph_signal TERM
       sleep 2
       @l_prefix@/sbin/mailgraph --daemon
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to