diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-12-23 23:25:19 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-12-23 23:25:19 +0000 |
commit | a54eb798d7f09f63a7ba7a09e860c736caa89bf8 (patch) | |
tree | e7dc52bccf3bcefb44934ff79367a9c0ce78cf60 /net-www/squid/files | |
parent | remove a dodir /etc/rc.d/, as it is no longer in use (diff) | |
download | gentoo-2-a54eb798d7f09f63a7ba7a09e860c736caa89bf8.tar.gz gentoo-2-a54eb798d7f09f63a7ba7a09e860c736caa89bf8.tar.bz2 gentoo-2-a54eb798d7f09f63a7ba7a09e860c736caa89bf8.zip |
moved rc-script config settings to /etc/conf.d
Diffstat (limited to 'net-www/squid/files')
-rw-r--r-- | net-www/squid/files/squid.confd | 7 | ||||
-rw-r--r-- | net-www/squid/files/squid.rc6 | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-www/squid/files/squid.confd b/net-www/squid/files/squid.confd new file mode 100644 index 000000000000..66e6ec294470 --- /dev/null +++ b/net-www/squid/files/squid.confd @@ -0,0 +1,7 @@ +# Config file for /etc/init.d/squid + +# you may move these variables to your rc.conf file if you wish +SQUID_OPTS="-DYC" +# default 1024, maximum 4096; tune up if a busy cache +SQUID_MAXFD=1024 + diff --git a/net-www/squid/files/squid.rc6 b/net-www/squid/files/squid.rc6 index 7598b6c1d152..2d7b9fda6729 100644 --- a/net-www/squid/files/squid.rc6 +++ b/net-www/squid/files/squid.rc6 @@ -1,12 +1,10 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/squid/files/squid.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/files/squid.rc6,v 1.3 2001/12/23 23:25:19 azarah Exp $ + +# Config is in /etc/conf.d/squid -# you may move these variables to your rc.conf file if you wish -SQUID_OPTS="-DYC" -# default 1024, maximum 4096; tune up if a busy cache -SQUID_MAXFD=1024 depend() { need net |