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

  Server: cvs.openpkg.org                  Name:   Torsten Homeyer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   05-Dec-2007 10:29:55
  Branch: HEAD                             Handle: 2007120509295400

  Modified files:
    openpkg-src/fetchmail   fetchmail.spec rc.fetchmail

  Log:
    in the fetchmail.users file blank lines should be skipped as well

  Summary:
    Revision    Changes     Path
    1.89        +1  -1      openpkg-src/fetchmail/fetchmail.spec
    1.6         +2  -1      openpkg-src/fetchmail/rc.fetchmail
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/fetchmail.spec
  ============================================================================
  $ cvs diff -u -r1.88 -r1.89 fetchmail.spec
  --- openpkg-src/fetchmail/fetchmail.spec      4 Sep 2007 08:29:06 -0000       
1.88
  +++ openpkg-src/fetchmail/fetchmail.spec      5 Dec 2007 09:29:54 -0000       
1.89
  @@ -33,7 +33,7 @@
   Group:        Mail
   License:      GPL
   Version:      6.3.8
  -Release:      20070904
  +Release:      20071205
   
   #   package options
   %option       with_conf  no
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/rc.fetchmail
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 rc.fetchmail
  --- openpkg-src/fetchmail/rc.fetchmail        24 Nov 2006 16:34:10 -0000      
1.5
  +++ openpkg-src/fetchmail/rc.fetchmail        5 Dec 2007 09:29:54 -0000       
1.6
  @@ -32,7 +32,8 @@
                   cat $fetchmail_master
               fi
               if [ -s $fetchmail_users ]; then
  -                sed -e '/^[[:space:]]*#.*/d' <$fetchmail_users |\
  +                sed -e '/^[[:space:]]*#.*/d' \
  +                    -e '/^$/d' <$fetchmail_users |\
                   while read user comment; do
                       fetchmailrc=`eval echo ~$user`/.fetchmailrc
                       if [ -s $fetchmailrc ]; then
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to