summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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