summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-04 02:11:24 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-04 02:11:24 +0100
commit95cd1ad69cad83602dcb169d19048d521c3570ad (patch)
treeaa91c445854a17eb684968e870dbca27faa1d903
parent33ce2b4d16941169ca0eaa420e3c4927c80888a8 (diff)
downloadjenkins.debian.net-95cd1ad69cad83602dcb169d19048d521c3570ad.tar.xz
fix important typo and increase squid cache size
-rw-r--r--etc/squid/squid.conf2
-rwxr-xr-xupdate_jdn.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf
index 69cbe777..22a83880 100644
--- a/etc/squid/squid.conf
+++ b/etc/squid/squid.conf
@@ -1942,7 +1942,7 @@ hierarchy_stoplist cgi-bin ?
# (hard coded at 1 MB).
#
#Default:
-cache_dir ufs /var/spool/squid 100 16 10240
+cache_dir ufs /var/spool/squid 100 16 102400
# TAG: store_dir_select_algorithm
# Set this to 'round-robin' as an alternative.
diff --git a/update_jdn.sh b/update_jdn.sh
index 897cc158..675a5cc5 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -29,7 +29,7 @@ sudo apt-get install vim screen less etckeeper curl mtr-tiny dstat devscripts ba
#
# deploy package configuration in /etc
#
-sudo cp -r etc/* /
+sudo cp -r etc/* /etc
#
# more configuration than a simple cp can do