aboutsummaryrefslogtreecommitdiff
path: root/contrib/polipo
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-10-06 15:32:12 +0000
committerAndrew Lewman <andrew@torproject.org>2007-10-06 15:32:12 +0000
commit939e0bb2c0bc28eaffb97d5bb7800603dfc02db1 (patch)
treeaf2b258cd49ccb8b59884e3c344b75c1ef9dac19 /contrib/polipo
parentf12748d8e913beb7b7c3e8b6f11b6813cd62677f (diff)
downloadtor-939e0bb2c0bc28eaffb97d5bb7800603dfc02db1.tar.gz
tor-939e0bb2c0bc28eaffb97d5bb7800603dfc02db1.zip
Use the standard polipo config file for now.
svn:r11781
Diffstat (limited to 'contrib/polipo')
-rw-r--r--contrib/polipo/package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/polipo/package.sh b/contrib/polipo/package.sh
index c41a9a837c..c6ee787186 100644
--- a/contrib/polipo/package.sh
+++ b/contrib/polipo/package.sh
@@ -17,7 +17,7 @@ if [ -x /usr/bin/sw_vers ]; then
# the OS version
OSVER=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 | cut -d"." -f1,2`
case "$OSVER" in
- "10.5") OS="leopard" ARCH="universal";;
+ "10.5") OS="leopard" ARCH="universal";;
"10.4") OS="tiger" ARCH="universal";;
"10.3") OS="panther" ARCH="ppc";;
"10.2") OS="jaguar" ARCH="ppc";;
@@ -47,7 +47,7 @@ done
### Make Polipo package.
chmod 755 contrib/PolipoPostflight
cp polipo $BUILD_DIR/polipo_packageroot/polipo
-cp config.osx $BUILD_DIR/polipo_packageroot/config
+cp config.sample $BUILD_DIR/polipo_packageroot/config
cp contrib/PolipoPostflight $BUILD_DIR/polipo_packageroot/postflight
cp contrib/addsysuser $BUILD_DIR/polipo_packageroot/addsysuser
cp contrib/uninstall_polipo_bundle.sh $BUILD_DIR/polipo_packageroot/uninstall_polipo_bundle.sh