Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 68037 | Differences between
and this patch

Collapse All | Expand All

(-)lib/mc.ext.in.old (+5 lines)
Lines 167-172 Link Here
167
	Open=nroff @MAN_FLAGS@ -ms %f | %var{PAGER:more}
167
	Open=nroff @MAN_FLAGS@ -ms %f | %var{PAGER:more}
168
	View=%view{ascii,nroff} nroff @MAN_FLAGS@ -ms %f
168
	View=%view{ascii,nroff} nroff @MAN_FLAGS@ -ms %f
169
169
170
# 7-Zip, Needs to be before manual page definitions
171
regex/\.(7z|7Z)$
172
	View=%view{ascii} 7z l %f
173
	Open=%cd %p#u7z
174
170
# Manual page - compressed
175
# Manual page - compressed
171
regex/([^0-9]|^[^\.]*)\.([1-9][a-z]?|n)\.g?[Zz]$
176
regex/([^0-9]|^[^\.]*)\.([1-9][a-z]?|n)\.g?[Zz]$
172
	Open=gzip -dc %f | nroff @MAN_FLAGS@ @MANDOC@ | %var{PAGER:more}
177
	Open=gzip -dc %f | nroff @MAN_FLAGS@ @MANDOC@ | %var{PAGER:more}
(-)vfs/extfs/extfs.ini.old (+1 lines)
Lines 7-12 Link Here
7
ulha
7
ulha
8
urar
8
urar
9
uha
9
uha
10
u7z
10
# For arj usage you need a special patch to unarj (see unarj.diff)
11
# For arj usage you need a special patch to unarj (see unarj.diff)
11
uarj
12
uarj
12
13

Return to bug 68037