[or-cvs] r16189: Add additional DLLs for portable win32 usage. (in torvm/trunk/build: kamikaze/patches win32/files)

coderman at seul.org coderman at seul.org
Fri Jul 25 13:38:45 UTC 2008


Author: coderman
Date: 2008-07-25 09:38:45 -0400 (Fri, 25 Jul 2008)
New Revision: 16189

Modified:
   torvm/trunk/build/kamikaze/patches/001-kamikaze-tor-package.patch
   torvm/trunk/build/win32/files/buildall.sh
Log:
Add additional DLLs for portable win32 usage.

Modified: torvm/trunk/build/kamikaze/patches/001-kamikaze-tor-package.patch
===================================================================
--- torvm/trunk/build/kamikaze/patches/001-kamikaze-tor-package.patch	2008-07-25 11:17:31 UTC (rev 16188)
+++ torvm/trunk/build/kamikaze/patches/001-kamikaze-tor-package.patch	2008-07-25 13:38:45 UTC (rev 16189)
@@ -117,7 +117,7 @@
 diff -Naur kamikaze-orig/package/tor/files/tor.init kamikaze-mod/package/tor/files/tor.init
 --- kamikaze-orig/package/tor/files/tor.init	1970-01-01 00:00:00.000000000 +0000
 +++ kamikaze-mod/package/tor/files/tor.init	2008-07-25 12:47:37.800604618 +0000
-@@ -0,0 +1,84 @@
+@@ -0,0 +1,85 @@
 +#!/bin/sh 
 +
 +BIN=tor
@@ -139,6 +139,7 @@
 +
 +if [ "$1" = "start" ]; then
 +	[ -f $DEFAULT ] && . $DEFAULT
++	if [ ! -f $CONF_F ]; then cp /etc/tor/torrc $CONF_F; fi
 +	[ -d $LOG_D ] || mkdir -p $LOG_D
 +	chown $RUN_USER:$RUN_GROUP $LOG_D
 +	[ -d $DATA_D ] || mkdir -p $DATA_D

Modified: torvm/trunk/build/win32/files/buildall.sh
===================================================================
--- torvm/trunk/build/win32/files/buildall.sh	2008-07-25 11:17:31 UTC (rev 16188)
+++ torvm/trunk/build/win32/files/buildall.sh	2008-07-25 13:38:45 UTC (rev 16189)
@@ -4,6 +4,8 @@
 export ddir=/c/Tor_VM
 mkdir $ddir
 
+cp /bin/msys-z.dll $ddir/
+cp /bin/msys-1.0.dll $ddir/
 
 echo "Building pthreads-w32 ..."
 cd /usr/src



More information about the tor-commits mailing list