FreeBSD Bugzilla – Attachment 152508 Details for
Bug 197289
[new port] www/e2guardian: Dansguardian fork with bug fixes and improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
www/e2guardian port
e2guardian.shar (text/plain), 17.69 KB, created by
marcellocoutinho
on 2015-02-03 10:06:44 UTC
(
hide
)
Description:
www/e2guardian port
Filename:
MIME Type:
Creator:
marcellocoutinho
Created:
2015-02-03 10:06:44 UTC
Size:
17.69 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># e2guardian ># e2guardian/Makefile ># e2guardian/distinfo ># e2guardian/pkg-descr ># e2guardian/pkg-message ># e2guardian/pkg-plist ># >echo c - e2guardian >mkdir -p e2guardian > /dev/null 2>&1 >echo x - e2guardian/Makefile >sed 's/^X//' >e2guardian/Makefile << '988b65728bf5f05662a4236f477251eb' >X# Created by: Marcello Coutinho >X# $FreeBSD$ >X >XPORTNAME= e2guardian >XPORTVERSION= 3.0.4 >XCATEGORIES= www >XMASTER_SITES= GH >X >XMAINTAINER= marcellocoutinho@gmail.com >X >XLICENSE= BSD >X >XBUILD_DEPENDS= rst2man:${PORTSDIR}/textproc/py-docutils pcretest:${PORTSDIR}/devel/pcre >X >XCOMMENT= Dansguardian fork with many improvements and bug fixes. >X >XUSE_GITHUB= yes >XGH_ACCOUNT= ${PORTNAME} >XGH_PROJECT= ${PORTNAME} >XGH_COMMIT= 8fbf487 >XGH_TAGNAME= ${PORTVERSION:S/^/v/} >X >XUSES= pkgconfig iconv >XUSE_AUTOTOOLS= aclocal libtoolize autoheader automake autoconf >XACLOCAL_ARGS= -I m4 >XAUTOMAKE_ARGS= --add-missing --copy --foreign >XCONFIGURE_ARGS= --localstatedir=/var \ >X --with-logdir=/var/log \ >X --with-piddir=/var/run \ >X --enable-fancydm >X >XOPTIONS_DEFINE= APACHE TRICKLE CLISCAN CLAMD ICAP KAV NTLM DNS EMAIL DEBUG SSL DOCS >XOPTIONS_DEFAULT=TRICKLE DOCS 1024 >X >XAPACHE_DESC= Enable Apache support for access denied page >XTRICKLE_DESC= Enable the trickle download manager >XCLISCAN_DESC= Enable support for CLI content scanners >XCLAMD_DESC= Enable ClamD AV content scanner >XICAP_DESC= Enable ICAP AV content scanner support >XKAV_DESC= Enable Kaspersky AV support >XNTLM_DESC= Include NTLM authentication plugin >XDNS_DESC= Include DNS authetication plugin >XEMAIL_DESC= Enable e-mail reporting support >X >XOPTIONS_RADIO= DESCRIPTORS >XOPTIONS_RADIO_DESCRIPTORS= 1024 2048 4096 8192 >X >X1024_DESC= Enable default file descriptors >X2048_DESC= Enable 2048 file descriptors >X4096_DESC= Enable 4096 file descriptors >X8192_DESC= Enable 8192 file descriptors >X >XCONFDIR= ${PREFIX}/etc/e2guardian >X >XCPPFLAGS+= -I${LOCALBASE}/include >XCFLAGS+= -I${LOCALBASE}/include >XWRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} >X >X.include <bsd.port.pre.mk> >X >Xpre-configure: >X @${REINPLACE_CMD} -e 's|.lresolv||g' ${WRKSRC}/configure.ac >X cd ${WRKSRC}; ${SH} autogen.sh >X >X.if ${PORT_OPTIONS:MAPACHE} >XUSE_APACHE_RUN= 22+ >X.endif >X >X.if ${PORT_OPTIONS:MTRICKLE} >XCONFIGURE+= --enable-trickledm >XPLIST_SUB+= TRICKLECONF="" >X.else >XPLIST_SUB+= TRICKLECONF="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MCLISCAN} >XCONFIGURE_ARGS+= --enable-commandline >XPLIST_SUB+= CLISCANCONF="" >X.else >XPLIST_SUB+= CLISCANCONF="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MCLAMD} >XCONFIGURE_ARGS+= --enable-clamd=yes >XRUN_DEPENDS+= ${LOCALBASE}/sbin/clamd:${PORTSDIR}/security/clamav >XPLIST_SUB+= CLAMDCONF="" >X.else >XPLIST_SUB+= CLAMDCONF="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MICAP} >XCONFIGURE_ARGS+= --enable-icap >XPLIST_SUB+= ICAPCONF="" >X.else >XPLIST_SUB+= ICAPCONF="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MKAV} >XCONFIGURE_ARGS+= --enable-kavd >XPLIST_SUB+= KAVDCONF="" >X.else >XPLIST_SUB+= KAVDCONF="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MCLAMD} || ${PORT_OPTIONS:MICAP} || \ >X ${PORT_OPTIONS:MKAV} || ${PORT_OPTIONS:MCLISCAN} >XPLIST_SUB+= SCANNERS="" >X.else >XPLIST_SUB+= SCANNERS="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MNTLM} >XCONFIGURE_ARGS+= --enable-ntlm >XRUN_DEPENDS+= ${LOCALBASE}/bin/iconv:${PORTSDIR}/converters/libiconv >XUSES+= iconv >XPLIST_SUB+= NTLMCONF="" >X.else >XPLIST_SUB+= NTLMCONF="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MDNS} >XCONFIGURE_ARGS+= --enable-dnsauth >XPLIST_SUB+= DNSCONF="" >X.else >XPLIST_SUB+= DNSCONF="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MEMAIL} >XCONFIGURE_ARGS+= --enable-email >XPLIST_SUB+= EMAILCONF="" >X.else >XPLIST_SUB+= EMAILCONF="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MDEBUG} >XCONFIGURE_ARGS+= --with-dgdebug >X.endif >X >X.if ${PORT_OPTIONS:M1024} >XCONFIGURE_ARGS+= --with-filedescriptors=1024 >X.endif >X >X.if ${PORT_OPTIONS:M2048} >XCONFIGURE_ARGS+= --with-filedescriptors=2048 >X.endif >X >X.if ${PORT_OPTIONS:M4096} >XCONFIGURE_ARGS+= --with-filedescriptors=4096 >X.endif >X >X.if ${PORT_OPTIONS:M8192} >XCONFIGURE_ARGS+= --with-filedescriptors=8192 >X.endif >X >X.if ${PORT_OPTIONS:MSSL} >XLDFLAGS+= -lssl -lcrypto >XCFLAGS+= -D__SSLMITM -D__SSLCERT >X.endif >X >X.include <bsd.port.post.mk> >988b65728bf5f05662a4236f477251eb >echo x - e2guardian/distinfo >sed 's/^X//' >e2guardian/distinfo << '9d1c560b0c842ca3e841a44e4eece31c' >XSHA256 (e2guardian-3.0.4.tar.gz) = 2a09aa5632fc259dcb82f11b65e08b04ec6b7474891c6bb77a3a15426abbe1a4 >XSIZE (e2guardian-3.0.4.tar.gz) = 793587 >9d1c560b0c842ca3e841a44e4eece31c >echo x - e2guardian/pkg-descr >sed 's/^X//' >e2guardian/pkg-descr << '5f729cb88b3df75506da41880cf01e36' >Xe2guardian is a content filtering proxy that works in conjunction with another >Xcaching proxy such as Squid or Oops. More information can be found in the >Xe2guardian man page, the "doc" subdirectory and the in the configuration files. >X >Xe2guardian is a fork of DansGuardian and the maintainers fully acknowledge the >Xwork carried out by and the copyright of Daniel Baron and other contributors to >Xthe Dansguardian project. >X >XE2Guardian Main features: >XBuilt-in content scanner plugin system which includes AV scanning. >XCan be configured to have multiple filter configurations including groups >XSSL Inspection and Blanket SSL blocking >XNTLM, Digest, Basic, IP and DNS authentication >XHeader analysis and manipulation - you can also manipulate cookies - >XLarge file (2GB+) download & scanning support >XBlacklist, Greylist domains >XDeny regular Expressions on urls, body content, and headers >XDeep URL scanning to spot URLs in URLs >XAdvanced advert blocking >XUpdates to handle all current web technology trends >XTime Based Blocking >X >XWWW: http://e2guardian.org >5f729cb88b3df75506da41880cf01e36 >echo x - e2guardian/pkg-message >sed 's/^X//' >e2guardian/pkg-message << 'a1b2784bd5f1b400a138d7efc7568d09' >X===> Please Note: >X >X******************************************************************************* >X This port has created a log file named e2guardian.log that can get >X quite large. Please read the newsyslog(8) man page for instructions >X on configuring log rotation and compression. >X >X This port has been converted using old dansguardian-devel port >X Let me know how it works (or not). (Patches always welcome.) >X******************************************************************************* >a1b2784bd5f1b400a138d7efc7568d09 >echo x - e2guardian/pkg-plist >sed 's/^X//' >e2guardian/pkg-plist << 'c40ee3112a58f8c0dbbc56dd780039af' >X%%ETCDIR%%/authplugins/dnsauth.conf >X%%ETCDIR%%/authplugins/ident.conf >X%%ETCDIR%%/authplugins/ip.conf >X%%ETCDIR%%/authplugins/port.conf >X%%ETCDIR%%/authplugins/proxy-basic.conf >X%%ETCDIR%%/authplugins/proxy-digest.conf >X%%ETCDIR%%/authplugins/proxy-ntlm.conf >X%%ETCDIR%%/contentscanners/clamdscan.conf >X%%ETCDIR%%/contentscanners/icapscan.conf >X%%ETCDIR%%/downloadmanagers/default.conf >X%%ETCDIR%%/downloadmanagers/fancy.conf >X%%ETCDIR%%/e2guardian.conf >X%%ETCDIR%%/e2guardianf1.conf >X%%ETCDIR%%/installation_or_migration_from_dg.sh >X%%ETCDIR%%/lists/addheaderregexplist >X%%ETCDIR%%/lists/authexceptionsitelist >X%%ETCDIR%%/lists/authexceptionurllist >X%%ETCDIR%%/lists/authplugins/ipgroups >X%%ETCDIR%%/lists/authplugins/portgroups >X%%ETCDIR%%/lists/bannedextensionlist >X%%ETCDIR%%/lists/bannediplist >X%%ETCDIR%%/lists/bannedmimetypelist >X%%ETCDIR%%/lists/bannedphraselist >X%%ETCDIR%%/lists/bannedregexpheaderlist >X%%ETCDIR%%/lists/bannedregexpurllist >X%%ETCDIR%%/lists/bannedrooms/default >X%%ETCDIR%%/lists/bannedsearchlist >X%%ETCDIR%%/lists/bannedsitelist >X%%ETCDIR%%/lists/bannedsslsitelist >X%%ETCDIR%%/lists/bannedurllist >X%%ETCDIR%%/lists/blacklists/ads/domains >X%%ETCDIR%%/lists/blacklists/ads/urls >X%%ETCDIR%%/lists/contentregexplist >X%%ETCDIR%%/lists/contentscanners/exceptionvirusextensionlist >X%%ETCDIR%%/lists/contentscanners/exceptionvirusmimetypelist >X%%ETCDIR%%/lists/contentscanners/exceptionvirussitelist >X%%ETCDIR%%/lists/contentscanners/exceptionvirusurllist >X%%ETCDIR%%/lists/downloadmanagers/managedextensionlist >X%%ETCDIR%%/lists/downloadmanagers/managedmimetypelist >X%%ETCDIR%%/lists/embededreferersitelist >X%%ETCDIR%%/lists/embededrefererurllist >X%%ETCDIR%%/lists/exceptionextensionlist >X%%ETCDIR%%/lists/exceptionfilesitelist >X%%ETCDIR%%/lists/exceptionfileurllist >X%%ETCDIR%%/lists/exceptioniplist >X%%ETCDIR%%/lists/exceptionmimetypelist >X%%ETCDIR%%/lists/exceptionphraselist >X%%ETCDIR%%/lists/exceptionregexpurllist >X%%ETCDIR%%/lists/exceptionsitelist >X%%ETCDIR%%/lists/exceptionurllist >X%%ETCDIR%%/lists/filtergroupslist >X%%ETCDIR%%/lists/greysitelist >X%%ETCDIR%%/lists/greysslsitelist >X%%ETCDIR%%/lists/greyurllist >X%%ETCDIR%%/lists/headerregexplist >X%%ETCDIR%%/lists/localbannedsearchlist >X%%ETCDIR%%/lists/localbannedsitelist >X%%ETCDIR%%/lists/localbannedsslsitelist >X%%ETCDIR%%/lists/localbannedurllist >X%%ETCDIR%%/lists/localexceptionsitelist >X%%ETCDIR%%/lists/localexceptionurllist >X%%ETCDIR%%/lists/localgreysitelist >X%%ETCDIR%%/lists/localgreysslsitelist >X%%ETCDIR%%/lists/localgreyurllist >X%%ETCDIR%%/lists/logregexpurllist >X%%ETCDIR%%/lists/logsitelist >X%%ETCDIR%%/lists/logurllist >X%%ETCDIR%%/lists/phraselists/badwords/weighted_dutch >X%%ETCDIR%%/lists/phraselists/badwords/weighted_french >X%%ETCDIR%%/lists/phraselists/badwords/weighted_german >X%%ETCDIR%%/lists/phraselists/badwords/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/badwords/weighted_spanish >X%%ETCDIR%%/lists/phraselists/chat/weighted >X%%ETCDIR%%/lists/phraselists/chat/weighted_italian >X%%ETCDIR%%/lists/phraselists/conspiracy/weighted >X%%ETCDIR%%/lists/phraselists/domainsforsale/weighted >X%%ETCDIR%%/lists/phraselists/drugadvocacy/weighted >X%%ETCDIR%%/lists/phraselists/forums/weighted >X%%ETCDIR%%/lists/phraselists/gambling/banned >X%%ETCDIR%%/lists/phraselists/gambling/banned_portuguese >X%%ETCDIR%%/lists/phraselists/gambling/weighted >X%%ETCDIR%%/lists/phraselists/gambling/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/games/weighted >X%%ETCDIR%%/lists/phraselists/goodphrases/exception >X%%ETCDIR%%/lists/phraselists/goodphrases/exception_email >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_danish >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_dutch >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_malay >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_polish >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_portuguese >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_swedish >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_news >X%%ETCDIR%%/lists/phraselists/googlesearches/banned >X%%ETCDIR%%/lists/phraselists/gore/weighted >X%%ETCDIR%%/lists/phraselists/gore/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/idtheft/weighted >X%%ETCDIR%%/lists/phraselists/illegaldrugs/banned >X%%ETCDIR%%/lists/phraselists/illegaldrugs/weighted >X%%ETCDIR%%/lists/phraselists/illegaldrugs/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/intolerance/banned_portuguese >X%%ETCDIR%%/lists/phraselists/intolerance/weighted >X%%ETCDIR%%/lists/phraselists/intolerance/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/legaldrugs/weighted >X%%ETCDIR%%/lists/phraselists/malware/weighted >X%%ETCDIR%%/lists/phraselists/music/weighted >X%%ETCDIR%%/lists/phraselists/news/weighted >X%%ETCDIR%%/lists/phraselists/nudism/weighted >X%%ETCDIR%%/lists/phraselists/peer2peer/weighted >X%%ETCDIR%%/lists/phraselists/personals/weighted >X%%ETCDIR%%/lists/phraselists/personals/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/pornography/banned >X%%ETCDIR%%/lists/phraselists/pornography/banned_portuguese >X%%ETCDIR%%/lists/phraselists/pornography/weighted >X%%ETCDIR%%/lists/phraselists/pornography/weighted_chinese >X%%ETCDIR%%/lists/phraselists/pornography/weighted_danish >X%%ETCDIR%%/lists/phraselists/pornography/weighted_dutch >X%%ETCDIR%%/lists/phraselists/pornography/weighted_french >X%%ETCDIR%%/lists/phraselists/pornography/weighted_german >X%%ETCDIR%%/lists/phraselists/pornography/weighted_italian >X%%ETCDIR%%/lists/phraselists/pornography/weighted_japanese >X%%ETCDIR%%/lists/phraselists/pornography/weighted_malay >X%%ETCDIR%%/lists/phraselists/pornography/weighted_norwegian >X%%ETCDIR%%/lists/phraselists/pornography/weighted_polish >X%%ETCDIR%%/lists/phraselists/pornography/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/pornography/weighted_russian >X%%ETCDIR%%/lists/phraselists/pornography/weighted_russian_utf8 >X%%ETCDIR%%/lists/phraselists/pornography/weighted_spanish >X%%ETCDIR%%/lists/phraselists/pornography/weighted_swedish >X%%ETCDIR%%/lists/phraselists/proxies/weighted >X%%ETCDIR%%/lists/phraselists/rta/banned >X%%ETCDIR%%/lists/phraselists/safelabel/banned >X%%ETCDIR%%/lists/phraselists/secretsocieties/weighted >X%%ETCDIR%%/lists/phraselists/sport/weighted >X%%ETCDIR%%/lists/phraselists/translation/weighted >X%%ETCDIR%%/lists/phraselists/travel/weighted >X%%ETCDIR%%/lists/phraselists/upstreamfilter/weighted >X%%ETCDIR%%/lists/phraselists/violence/weighted >X%%ETCDIR%%/lists/phraselists/violence/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/warezhacking/weighted >X%%ETCDIR%%/lists/phraselists/weapons/weighted >X%%ETCDIR%%/lists/phraselists/weapons/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/webmail/weighted >X%%ETCDIR%%/lists/pics >X%%ETCDIR%%/lists/refererexceptionsitelist >X%%ETCDIR%%/lists/refererexceptionurllist >X%%ETCDIR%%/lists/searchregexplist >X%%ETCDIR%%/lists/urlredirectregexplist >X%%ETCDIR%%/lists/urlregexplist >X%%ETCDIR%%/lists/weightedphraselist >Xman/man8/e2guardian.8.gz >Xsbin/e2guardian >X%%PORTDOCS%%%%DOCSDIR%%/AuthPlugins >X%%PORTDOCS%%%%DOCSDIR%%/ContentScanners >X%%PORTDOCS%%%%DOCSDIR%%/DownloadManagers >X%%PORTDOCS%%%%DOCSDIR%%/FAQ >X%%PORTDOCS%%%%DOCSDIR%%/FAQ.html >X%%PORTDOCS%%%%DOCSDIR%%/Plugins >X%%DATADIR%%/blockedflash.swf >X%%DATADIR%%/e2guardian.pl >X%%DATADIR%%/languages/arspanish/fancydmtemplate.html >X%%DATADIR%%/languages/arspanish/messages >X%%DATADIR%%/languages/arspanish/template.html >X%%DATADIR%%/languages/bulgarian/fancydmtemplate.html >X%%DATADIR%%/languages/bulgarian/messages >X%%DATADIR%%/languages/bulgarian/template.html >X%%DATADIR%%/languages/chinesebig5/fancydmtemplate.html >X%%DATADIR%%/languages/chinesebig5/messages >X%%DATADIR%%/languages/chinesebig5/template.html >X%%DATADIR%%/languages/chinesegb2312/fancydmtemplate.html >X%%DATADIR%%/languages/chinesegb2312/messages >X%%DATADIR%%/languages/chinesegb2312/template.html >X%%DATADIR%%/languages/czech/fancydmtemplate.html >X%%DATADIR%%/languages/czech/messages >X%%DATADIR%%/languages/czech/template.html >X%%DATADIR%%/languages/danish/fancydmtemplate.html >X%%DATADIR%%/languages/danish/messages >X%%DATADIR%%/languages/danish/template.html >X%%DATADIR%%/languages/dutch/fancydmtemplate.html >X%%DATADIR%%/languages/dutch/messages >X%%DATADIR%%/languages/dutch/template.html >X%%DATADIR%%/languages/french/fancydmtemplate.html >X%%DATADIR%%/languages/french/messages >X%%DATADIR%%/languages/french/template.html >X%%DATADIR%%/languages/german/fancydmtemplate.html >X%%DATADIR%%/languages/german/messages >X%%DATADIR%%/languages/german/template.html >X%%DATADIR%%/languages/hebrew/fancydmtemplate.html >X%%DATADIR%%/languages/hebrew/messages >X%%DATADIR%%/languages/hebrew/template.html >X%%DATADIR%%/languages/hungarian/fancydmtemplate.html >X%%DATADIR%%/languages/hungarian/messages >X%%DATADIR%%/languages/hungarian/template.html >X%%DATADIR%%/languages/indonesian/fancydmtemplate.html >X%%DATADIR%%/languages/indonesian/messages >X%%DATADIR%%/languages/indonesian/template.html >X%%DATADIR%%/languages/italian/fancydmtemplate.html >X%%DATADIR%%/languages/italian/messages >X%%DATADIR%%/languages/italian/template.html >X%%DATADIR%%/languages/japanese/fancydmtemplate.html >X%%DATADIR%%/languages/japanese/messages >X%%DATADIR%%/languages/japanese/template.html >X%%DATADIR%%/languages/lithuanian/fancydmtemplate.html >X%%DATADIR%%/languages/lithuanian/messages >X%%DATADIR%%/languages/lithuanian/template.html >X%%DATADIR%%/languages/malay/fancydmtemplate.html >X%%DATADIR%%/languages/malay/messages >X%%DATADIR%%/languages/malay/template.html >X%%DATADIR%%/languages/mxspanish/fancydmtemplate.html >X%%DATADIR%%/languages/mxspanish/messages >X%%DATADIR%%/languages/mxspanish/template.html >X%%DATADIR%%/languages/polish/fancydmtemplate.html >X%%DATADIR%%/languages/polish/messages >X%%DATADIR%%/languages/polish/template.html >X%%DATADIR%%/languages/portuguese/fancydmtemplate.html >X%%DATADIR%%/languages/portuguese/messages >X%%DATADIR%%/languages/portuguese/template.html >X%%DATADIR%%/languages/ptbrazilian/fancydmtemplate.html >X%%DATADIR%%/languages/ptbrazilian/messages >X%%DATADIR%%/languages/ptbrazilian/template.html >X%%DATADIR%%/languages/russian-1251/fancydmtemplate.html >X%%DATADIR%%/languages/russian-1251/messages >X%%DATADIR%%/languages/russian-1251/template.html >X%%DATADIR%%/languages/russian-koi8-r/fancydmtemplate.html >X%%DATADIR%%/languages/russian-koi8-r/messages >X%%DATADIR%%/languages/russian-koi8-r/template.html >X%%DATADIR%%/languages/slovak/fancydmtemplate.html >X%%DATADIR%%/languages/slovak/messages >X%%DATADIR%%/languages/slovak/template.html >X%%DATADIR%%/languages/spanish/fancydmtemplate.html >X%%DATADIR%%/languages/spanish/messages >X%%DATADIR%%/languages/spanish/template.html >X%%DATADIR%%/languages/swedish/fancydmtemplate.html >X%%DATADIR%%/languages/swedish/messages >X%%DATADIR%%/languages/swedish/template.html >X%%DATADIR%%/languages/turkish/fancydmtemplate.html >X%%DATADIR%%/languages/turkish/messages >X%%DATADIR%%/languages/turkish/template.html >X%%DATADIR%%/languages/ukenglish/fancydmtemplate.html >X%%DATADIR%%/languages/ukenglish/messages >X%%DATADIR%%/languages/ukenglish/template.html >X%%DATADIR%%/scripts/bsd-init >X%%DATADIR%%/scripts/e2guardian >X%%DATADIR%%/scripts/logrotation >X%%DATADIR%%/scripts/solaris-init >X%%DATADIR%%/scripts/systemv-init >X%%DATADIR%%/transparent1x1.gif >c40ee3112a58f8c0dbbc56dd780039af >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 197289
: 152508 |
152513
|
152523