Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 3228 Details for
Bug 6731
new ebuild: squidGuard
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild with permission change for log-dir and db-dir to squid.squid
squidGuard-1.2.0.ebuild (text/plain), 1.82 KB, created by
Thomas Raschbacher
on 2002-08-20 04:45:09 UTC
(
hide
)
Description:
ebuild with permission change for log-dir and db-dir to squid.squid
Filename:
MIME Type:
Creator:
Thomas Raschbacher
Created:
2002-08-20 04:45:09 UTC
Size:
1.82 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later > >S=${WORKDIR}/${P} >DESCRIPTION="squidGuard is a free (GPL), flexible and ultra fast filter, redirector and access controller plugin for squid." >SRC_URI="ftp://ftp.teledanmark.no/pub/www/proxy/squidGuard/${P}.tar.gz" >HOMEPAGE="http://www.squidguard.org" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86" > >RDEPEND="virtual/glibc > net-www/squid > =sys-libs/db-1.85*" > >DEPEND="${RDEPEND} > sys-devel/flex > dev-util/yacc" > >src_compile() { > local myconf > myconf="--with-sg-config=/etc/squidGuard/squidGuard.conf --with-sg-logdir=/var/log/squidGuard --with-sg-dbhome=/var/db/squidGuard" > econf ${myconf}|| die > emake || die >} > >src_install() { > make bindir=${D}/usr/bin logdir=${D}/var/log/squidGuard cfgdir=${D}/etc/squidGuard PREFIX=${D}/usr install || die > fowners squid.squid /var/log/squidGuard > fowners squid.squid /var/db/squidGuard > > cd samples > insinto /etc/squidGuard > doins sample.conf > cd .. > > cd doc > dodoc configuration.txt configuration.html faq.html faq.txt index.html installation.html installation.txt README squidGuard.gif > cd .. > > cd samples > dodoc sample.conf squidGuard.cgi squidGuard-simple.cgi dest/blacklists.tar.gz dest/README dest/financial/* > cd .. >} > >pkg_postinst() { > echo > einfo "Don't forget to create /etc/squidGuard/squidGuard.conf!" > einfo "A sample is in /etc/squidGuard/sample.conf." > einfo "Installation/Configuration docs and a blacklist" > einfo "are in the documentation directory in /usr/doc/${P}." > einfo "Note: If you have lynx installed the newest docs have" > einfo "been downloaded at installation time." > einfo "The blacklists from the squidGuard homepage are in" > einfo "the doc directory." > einfo "If you don't run squid as squid.squid you have to" > einfo "change permissions in the db and log-dir!" > echo >}
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 6731
:
3213
|
3225
| 3228