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 14:16:22 Branch: HEAD Handle: 2007120513162100 Modified files: openpkg-src/fetchmail rc.fetchmail Log: ignore lines with only spaces as well Summary: Revision Changes Path 1.7 +1 -1 openpkg-src/fetchmail/rc.fetchmail ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/fetchmail/rc.fetchmail ============================================================================ $ cvs diff -u -r1.6 -r1.7 rc.fetchmail --- openpkg-src/fetchmail/rc.fetchmail 5 Dec 2007 09:29:54 -0000 1.6 +++ openpkg-src/fetchmail/rc.fetchmail 5 Dec 2007 13:16:21 -0000 1.7 @@ -33,7 +33,7 @@ fi if [ -s $fetchmail_users ]; then sed -e '/^[[:space:]]*#.*/d' \ - -e '/^$/d' <$fetchmail_users |\ + -e '/^[[:space:]]*$/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 openpkg-cvs@openpkg.org