Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111547 Details for
Bug 135636
qmail-scanner 2.01 uses wrong scandir
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qmail-scanner-2.0.1-fix
patch (text/plain), 1.63 KB, created by
MT
on 2007-02-28 14:20:18 UTC
(
hide
)
Description:
qmail-scanner-2.0.1-fix
Filename:
MIME Type:
Creator:
MT
Created:
2007-02-28 14:20:18 UTC
Size:
1.63 KB
patch
obsolete
>--- qmail-scanner-2.01.ebuild 2006-07-21 19:05:58.000000000 +0200 >+++ qmail-scanner-2.01.ebuild 2007-02-28 10:42:19.281096688 +0100 >@@ -51,7 +51,12 @@ > > EXTRA_VIRII="bagle,beagle,mydoom,sco,maldal,mimail,novarg,shimg,bugler,cissi,cissy,dloade,netsky,qizy" > einfo "Adding items to the SILENT_VIRUSES list (${EXTRA_VIRII})" >- sed -e "/^SILENT_VIRUSES/s/\"$/,${EXTRA_VIRII}\"/g" -i configure >+# sed -e "/^SILENT_VIRUSES/s/\"$/,${EXTRA_VIRII}\"/g" -i configure >+ ebegin "fixing bad configure values" >+ sed -i -e "s:/var/spool/qscan:/var/spool/qmailscan:" \ >+ -e "/^SILENT_VIRUSES/s/\"$/,${EXTRA_VIRII}\"/g" \ >+ configure || die "error seeding configure" >+ eend $? > } > > src_compile () { >@@ -95,6 +100,7 @@ > insinto /var/spool/qmailscan > insopts -m 644 -o qscand -g qscand > doins quarantine-attachments.txt >+ doins quarantine-events.txt > > # create quarantine.log and viruses.log > touch quarantine.log >@@ -115,7 +121,7 @@ > > insinto /etc/logrotate.d/ > insopts -m 644 -o root -g root >- newins ${FILESDIR}/qmailscanner.logrotate qmail-scanner >+ newins contrib/qmailscanner.logrotate qmail-scanner > > exeinto /etc/cron.daily/ > newexe ${FILESDIR}/qmailscanner.cronjob qmail-scanner >@@ -145,7 +151,7 @@ > > pkg_postinst () { > einfo "Fixing ownerships" >- chown -R qscand:qscand /var/spool/qmailscan/tmp /var/spool/qmailscan/working /var/spool/qmailscan/quarantine* /var/spool/qmailscan/archive /var/spool/qmailscan/qmail* >+ chown -R qscand:qscand /var/spool/qmailscan/tmp /var/spool/qmailscan/working /var/spool/qmailscan/quarantine* /var/spool/qmailscan/archive > touch /var/qmail/bin/qmail-scanner-queue.pl > > # Setup perlscanner + Version Info
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 135636
: 111547