[Pkg-mc-commits] r330 - branch/mailcap/debian/patches/debian

Denis Briand narcan-guest at alioth.debian.org
Sat Dec 26 16:44:05 UTC 2009


Author: narcan-guest
Date: 2009-12-26 16:44:04 +0000 (Sat, 26 Dec 2009)
New Revision: 330

Modified:
   branch/mailcap/debian/patches/debian/11_use_mailcap_for_mc.ext.patch
Log:
don't display output for mailcap


Modified: branch/mailcap/debian/patches/debian/11_use_mailcap_for_mc.ext.patch
===================================================================
--- branch/mailcap/debian/patches/debian/11_use_mailcap_for_mc.ext.patch	2009-12-26 15:22:53 UTC (rev 329)
+++ branch/mailcap/debian/patches/debian/11_use_mailcap_for_mc.ext.patch	2009-12-26 16:44:04 UTC (rev 330)
@@ -7,179 +7,179 @@
  # .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk
  regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk|\.gem$
 -	Open=%cd %p#utar
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf -
  
  regex/\.tar\.bz$
 -	# Open=%cd %p#utar
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} bzip -dc %f 2>/dev/null | tar tvvf -
  
  regex/\.t(ar\.bz2|bz2?|b2)$
 -	Open=%cd %p#utar
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} bzip2 -dc %f 2>/dev/null | tar tvvf -
  
  # .tar.lzma, .tlz
  regex/\.t(ar\.lzma|lz)$
 -	Open=%cd %p#utar
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} lzma -dc %f 2>/dev/null | tar tvvf -
  
  # .tar.xz, .txz
  regex/\.t(ar\.xz|xz)$
 -	Open=%cd %p#utar
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} xz -dc %f 2>/dev/null | tar tvvf -
  
  # .tar.F - used in QNX
  regex/\.tar\.F$
 -	# Open=%cd %p#utar
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} freeze -dc %f 2>/dev/null | tar tvvf -
  
  # .qpr/.qpk - QNX Neutrino package installer files
  regex/\.(qp[rk])$
 -	Open=%cd %p#utar
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf -
  
  # tar
  regex/\.(tar|TAR)$
 -	Open=%cd %p#utar
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} tar tvvf - < %f
  
  # lha
  type/^LHa\ .*archive
 -	Open=%cd %p#ulha
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} lha l %f
  
  # arj
  regex/\.a(rj|[0-9][0-9])$
 -	Open=%cd %p#uarj
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} unarj l %f
  
  # cab
  regex/\.([cC][aA][bB])$
 -	Open=%cd %p#ucab
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} cabextract -l %f
  
  # ha
  regex/\.([Hh][Aa])$
 -	Open=%cd %p#uha
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} ha lf %f
  
  # rar
  regex/\.[rR]([aA][rR]|[0-9][0-9])$
 -	Open=%cd %p#urar
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} rar v -c- %f
  
  # ALZip
  regex/\.(alz|ALZ)$
 -	Open=%cd %p#ualz
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} unalz -l %f
  
  # cpio
  shell/.cpio.Z
 -	Open=%cd %p#ucpio
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} gzip -dc %f | cpio -itv 2>/dev/null
  
  shell/.cpio.gz
 -	Open=%cd %p#ucpio
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} gzip -dc %f | cpio -itv 2>/dev/null
  
  shell/.cpio
 -	Open=%cd %p#ucpio
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} cpio -itv < %f 2>/dev/null
  
  # ls-lR
  regex/(^|\.)ls-?lR(\.gz|Z|bz2)$
 -	Open=%cd %p#lslR
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # patch
  regex/\.(diff|patch)(\.bz2)$
 -	Open=%cd %p#patchfs
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} bzip2 -dc %f 2>/dev/null
  
  regex/\.(diff|patch)(\.(gz|Z))$
 -	Open=%cd %p#patchfs
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} gzip -dc %f 2>/dev/null
  
  regex/\.(diff|patch)$
 -	Open=%cd %p#patchfs
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} /bin/cat %f 2>/dev/null
  
  # ar library
  regex/\.s?a$
 -	Open=%cd %p#uar
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	#Open=%view{ascii} ar tv %f
  	View=%view{ascii} file %f && nm %f
  
  # trpm
  regex/\.trpm$
 -	Open=%cd %p#trpm
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} rpm -qivl --scripts `basename %p .trpm`
  
  # RPM packages (SuSE uses *.spm for source packages)
  regex/\.(src\.rpm|spm)$
 -	Open=%cd %p#rpm
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} if rpm --nosignature --version >/dev/null 2>&1; then RPM="rpm --nosignature" ; else RPM="rpm" ; fi ; $RPM -qivlp --scripts %f
  
  regex/\.rpm$
 -	Open=%cd %p#rpm
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} if rpm --nosignature --version >/dev/null 2>&1; then RPM="rpm --nosignature" ; else RPM="rpm" ; fi ; $RPM -qivlp --scripts %f
  
  # deb
  regex/\.u?deb$
 -	Open=%cd %p#deb
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} dpkg-deb -I %f && echo && dpkg-deb -c %f
  
  # dpkg
  shell/.debd
 -        Open=%cd %p#debd
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
          View=%view{ascii} dpkg -s `echo %p | sed 's/\([0-9a-z.-]*\).*/\1/'`
  # apt
  shell/.deba
 -        Open=%cd %p#deba
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
          View=%view{ascii} apt-cache show `echo %p | sed 's/\([0-9a-z.-]*\).*/\1/'`
  
  # ISO9660
  regex/\.iso$
 -	Open=%cd %p#iso9660
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} isoinfo -l -i %f
  
  # 7zip archives (they are not man pages)
  regex/\.(7z|7Z)$
 -	Open=%cd %p#u7z
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} 7za l %f 2>/dev/null
  
  # Mailboxes
  type/^ASCII\ mail\ text
 -	Open=%cd %p#mailfs
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  
  ### Sources ###
@@ -187,115 +187,115 @@
  # C
  shell/.c
 -	Open=%var{EDITOR:vi} %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Fortran
  shell/.f
 -	Open=%var{EDITOR:vi} %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Header
  regex/\.(h|hpp)$
 -	Open=%var{EDITOR:vi} %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Object
  type/^ELF
 -	#Open=%var{PAGER:more} %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} file %f && nm %f
  
  # Asm
  shell/.s
 -	Open=%var{EDITOR:vi} %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # C++
  regex/\.(C|cc|cpp)$
 -	Open=%var{EDITOR:vi} %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  
  ### Documentation ###
  
  # Texinfo
  regex/\.(te?xi|texinfo)$
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # GNU Info page
  type/^Info\ text
 -	Open=info -f %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  shell/.info
 -	Open=info -f %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Manual page
  # Exception - .so libraries are not manual pages
  regex/\.(so|so\.[0-9\.]*)$
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} file %f && nm %f
  
  regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])|\.man)$
 -	Open=case %d/%f in */log/*|*/logs/*) cat %f ;; *) { zsoelim %f 2>/dev/null || cat %f; } | nroff @MAN_FLAGS@ @MANDOC@ ;; esac | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) cat %f ;; *) { zsoelim %f 2>/dev/null || cat %f; } | nroff @MAN_FLAGS@ @MANDOC@ ;; esac
  
  # Perl pod page
  shell/.pod
 -	Open=pod2man %f | nroff @MAN_FLAGS@ @MANDOC@ | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii,nroff} pod2man %f | nroff @MAN_FLAGS@ @MANDOC@
  
  # Troff with me macros.
  # Exception - "read.me" is not a nroff file.
  shell/read.me
 -	Open=
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=
  
  shell/.me
 -	Open=nroff @MAN_FLAGS@ -me %f | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii,nroff} nroff @MAN_FLAGS@ -me %f
  
  # Troff with ms macros.
  shell/.ms
 -	Open=nroff @MAN_FLAGS@ -ms %f | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii,nroff} nroff @MAN_FLAGS@ -ms %f
  
  # Manual page - compressed
  regex/([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])\.g?[Zz]$
 -	Open=case %d/%f in */log/*|*/logs/*) gzip -dc %f ;; *) gzip -dc %f | nroff @MAN_FLAGS@ @MANDOC@ ;; esac | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) gzip -dc %f ;; *) gzip -dc %f | nroff @MAN_FLAGS@ @MANDOC@ ;; esac
  
  regex/([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])\.bz$
 -	Open=case %d/%f in */log/*|*/logs/*) bzip -dc %f ;; *) bzip -dc %f | nroff @MAN_FLAGS@ @MANDOC@ ;; esac | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) bzip -dc %f ;; *) bzip -dc %f | nroff @MAN_FLAGS@ @MANDOC@ ;; esac
  
  regex/([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])\.bz2$
 -	Open=case %d/%f in */log/*|*/logs/*) bzip2 -dc %f ;; *) bzip2 -dc %f | nroff @MAN_FLAGS@ @MANDOC@ ;; esac | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) bzip2 -dc %f ;; *) bzip2 -dc %f | nroff @MAN_FLAGS@ @MANDOC@ ;; esac
  
  regex/([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])\.lzma$
 -	Open=case %d/%f in */log/*|*/logs/*) lzma -dc %f ;; *) lzma -dc %f | nroff @MAN_FLAGS@ @MANDOC@ ;; esac | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) lzma -dc %f ;; *) lzma -dc %f | nroff @MAN_FLAGS@ @MANDOC@ ;; esac
  
  regex/([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])\.xz$
 -	Open=case %d/%f in */log/*|*/logs/*) xz -dc %f ;; *) xz -dc %f | nroff @MAN_FLAGS@ @MANDOC@ ;; esac | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) xz -dc %f ;; *) xz -dc %f | nroff @MAN_FLAGS@ @MANDOC@ ;; esac
  
  # CHM
  regex/\.(chm|CHM)$
 -	Open=which kchmviewer > /dev/null 2>&1 && (kchmviewer %f &) || (xchm %f &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  ### Images ###
  
@@ -304,11 +304,11 @@
  
  shell/.xcf
 -	Open=(gimp %f &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  shell/.xbm
 -	Open=bitmap %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  shell/.xpm
  	Include=image
@@ -317,7 +317,7 @@
  
  include/image
 -	Open=(see %f &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} identify %f
  	#View=%view{ascii} asciiview %f
  
@@ -326,38 +326,38 @@
  
  regex/\.([wW][aA][vV]|[sS][nN][dD]|[vV][oO][cC]|[aA][uU]|[sS][mM][pP]|[aA][iI][fF][fF]|[sS][nN][dD])$
 -       Open=if [ "$DISPLAY" = "" ]; then play %f; else (xmms %f >/dev/null 2>&1 &); fi
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  regex/\.([mM][oO][dD]|[sS]3[mM]|[xX][mM]|[iI][tT]|[mM][tT][mM]|669|[sS][tT][mM]|[uU][lL][tT]|[fF][aA][rR])$
 -       Open=mikmod %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
         #Open=tracker %f
  
  regex/\.([wW][aA][wW]22)$
 -       Open=vplay -s 22 %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  regex/\.([mM][pP]3)$
 -	Open=if [ "$DISPLAY" = "" ]; then mpg123 %f; else (xmms %f >/dev/null 2>&1 &); fi
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} mpg123 -vtn1 %f 2>&1 | sed -n '/^Title/,/^Comment/p;/^MPEG/,/^Audio/p'
  
  regex/\.([oO][gG][gG|aA|vV|xX])$
 -	Open=if [ "$DISPLAY" = "" ]; then ogg123 %f; else (xmms %f >/dev/null 2>&1 &); fi
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} ogginfo %s
  
  regex/\.([sS][pP][xX]|[fF][lL][aA][cC])$
 -	Open=if [ "$DISPLAY" = "" ]; then play %f; else (xmms %f >/dev/null 2>&1 &); fi
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  regex/\.([mM][iI][dD][iI]?|[rR][mM][iI][dD]?)$
 -	Open=timidity %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  regex/\.([wW][mM][aA])$
 -	Open=mplayer -vo null %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} mplayer -quiet -slave -frames 0 -vo null -ao null -identify %f 2>/dev/null | tail +13 || file %f
  
  
@@ -365,7 +365,7 @@
  
  regex/\.([mM]3[uU]|[pP][lL][sS])$
 -	Open=if [ -z "$DISPLAY" ]; then mplayer -vo null -playlist %f; else (xmms -p %f >/dev/null 2>&1 &); fi
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  
  ### Video ###
@@ -374,11 +374,11 @@
  
  regex/\.([rR][aA]?[mM])$
 -	Open=(realplay %f >/dev/null 2>&1 &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  include/video
 -	Open=(mplayer %f >/dev/null 2>&1 &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	#Open=(gtv %f >/dev/null 2>&1 &)
  	#Open=(xanim %f >/dev/null 2>&1 &)
  
@@ -387,13 +387,13 @@
  # Postscript
  type/^PostScript
 -	Open=(gv %f &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} ps2ascii %f
  
  # PDF
  type/^PDF
 -	Open=(see %f &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	#Open=(acroread %f &)
  	#Open=(ghostview %f &)
  	View=%view{ascii} pdftotext %f -
@@ -402,59 +402,59 @@
  # html
  regex/\.([hH][tT][mM][lL]?)$
 -	Open=(if test -n "@X11_WWW@" && test -n "$DISPLAY"; then (@X11_WWW@ file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} links -dump %f 2>/dev/null || w3m -dump %f 2>/dev/null || lynx -dump -force_html %f
  
  # StarOffice 5.2
  shell/.sdw
 -	Open=(ooffice %f &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # StarOffice 6 and OpenOffice.org formats
  regex/\.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$
 -	Open=(ooffice %f &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} odt2txt %f
  
  # AbiWord
  shell/.abw
 -	Open=(abiword %f &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Microsoft Word Document
  regex/\.([Dd][oO][cCtT]|[Ww][rR][iI])$
 -	Open=(abiword %f >/dev/null 2>&1 &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} antiword -t %f || catdoc -w %f || word2x -f text %f - || strings %f
  type/^Microsoft\ Word
 -	Open=(abiword %f >/dev/null 2>&1 &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} antiword -t %f || catdoc -w %f || word2x -f text %f - || strings %f
  
  # RTF document
  regex/\.([rR][tT][fF])$
 -	Open=(abiword %f >/dev/null 2>&1 &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Microsoft Excel Worksheet
  regex/\.([xX][lL][sSwW])$
 -	Open=(gnumeric %f >/dev/null 2>&1 &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} xls2csv %f || strings %f
  type/^Microsoft\ Excel
 -	Open=(gnumeric %f >/dev/null 2>&1 &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} xls2csv %f || strings %f
  
  # Use OpenOffice.org to open any MS Office documents
  type/^Microsoft\ Office\ Document
 -	Open=(ooffice %f &)
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Framemaker
  type/^FrameMaker
 -	Open=fmclient -f %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # DVI
  regex/\.([dD][vV][iI])$
@@ -463,56 +463,56 @@
  # TeX
  regex/\.([Tt][Ee][Xx])$
 -	Open=%var{EDITOR:vi} %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # DjVu
  regex/\.(djvu|DJVU)$
 -	Open=djview %f &
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  ### Miscellaneous ###
  
  # Makefile
  regex/[Mm]akefile$
 -	Open=make -f %f %{Enter parameters}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Imakefile
  shell/Imakefile
 -	Open=xmkmf -a
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Makefile.PL (MakeMaker)
  regex/^Makefile.(PL|pl)$
 -	Open=%var{PERL:perl} %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # dbf
  regex/\.([dD][bB][fF])$
 -       Open=%view{ascii} dbview %f
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
         View=%view{ascii} dbview -b %f
  
  # REXX script
  regex/\.(rexx?|cmd)$
 -       Open=rexx %f %{Enter parameters};echo "Press ENTER";read y
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Disk images for Commodore computers (VIC20, C64, C128)
  regex/\.(d64|D64)$
 -	Open=%cd %p#uc1541
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} c1541 %f -list
  	Extract=c1541 %f -extract
  
  # Glade, a user interface designer for GTK+ and GNOME
  regex/\.([Gg][Ll][Aa][Dd][Ee])$
 -	Open=if glade-3 --version >/dev/null 2>&1; then (glade-3 %f >/dev/null 2>&1 &); else (glade-2 %f >/dev/null 2>&1 &); fi
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  
  # Gettext Catalogs
  shell/.mo
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} msgunfmt %f || cat %f
  
  ### Plain compressed files ###
@@ -520,14 +520,14 @@
  # ace
  regex/\.(ace|ACE)$
 -	Open=%cd %p#uace
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} unace l %f
  	Extract=unace x %f
  
  # arc
  regex/\.(arc|ARC)$
 -	Open=%cd %p#uarc
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} arc l %f
  	Extract=arc x %f '*'
  	Extract (with flags)=I=%{Enter any Arc flags:}; if test -n "$I"; then arc x $I %f; fi
@@ -535,57 +535,57 @@
  # zip
  type/^([Zz][Ii][Pp])\ archive
 -	Open=%cd %p#uzip
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} unzip -v %f
  
  # zoo
  regex/\.([Zz][Oo][Oo])$
 -	Open=%cd %p#uzoo
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} zoo l %f
  
  # gzip
  type/^gzip
 -	Open=gzip -dc %f | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} gzip -dc %f 2>/dev/null
  
  regex/\.(gz|Z)?$
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} gzip -dc %f 2>/dev/null
  
  # bzip2
  type/^bzip2
 -	Open=bzip2 -dc %f | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} bzip2 -dc %f 2>/dev/null
  
  regex/\.bz2?$
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} bzip2 -dc %f 2>/dev/null
  
  # bzip
  type/^bzip
 -	Open=bzip -dc %f | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} bzip -dc %f 2>/dev/null
  
  # compress
  type/^compress
 -	Open=gzip -dc %f | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} gzip -dc %f 2>/dev/null
  
  # lzma
  regex/\.lzma$
 -	Open=lzma -dc %f | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} lzma -dc %f 2>/dev/null
  
  # xz
  regex/\.xz$
 -	Open=xz -dc %f | %var{PAGER:more}
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=%view{ascii} xz -dc %f 2>/dev/null
  
  
@@ -594,7 +594,7 @@
  # Default target for anything not described above
  default/*
 -	Open=
-+	Open=run-mailcap %f 2>&1 &
++	Open=run-mailcap %f > /dev/null 2>&1
  	View=
  
  




More information about the Pkg-mc-commits mailing list