[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9235: Fix formatting in eventdns.c. Remove the rest of the osx bin (in tor/trunk: contrib/osx src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9235: Fix formatting in eventdns.c. Remove the rest of the osx bin (in tor/trunk: contrib/osx src/or)
- From: phobos@xxxxxxxx
- Date: Tue,  2 Jan 2007 01:26:43 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 02 Jan 2007 01:26:52 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: phobos
Date: 2007-01-02 01:26:42 -0500 (Tue, 02 Jan 2007)
New Revision: 9235
Modified:
   tor/trunk/contrib/osx/TorPostflight
   tor/trunk/src/or/eventdns.c
Log:
Fix formatting in eventdns.c.  Remove the rest of the osx binary
uninstaller.
Modified: tor/trunk/contrib/osx/TorPostflight
===================================================================
--- tor/trunk/contrib/osx/TorPostflight	2007-01-02 06:21:24 UTC (rev 9234)
+++ tor/trunk/contrib/osx/TorPostflight	2007-01-02 06:26:42 UTC (rev 9235)
@@ -78,14 +78,6 @@
    chmod 755 $TARGET/Tor_Uninstaller.applescript
 fi
 
-if [ -f $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.app.tar.gz ]; then 
-   cp $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.app.tar.gz $TARGET/Tor_Uninstaller.app.tar.gz
-   cd $TARGET && tar zxf Tor_Uninstaller.app.tar.gz 
-   chmod -R 755 $TARGET/Tor_Uninstaller.app
-   chown -R _tor:_tor Tor_Uninstaller.app
-   rm $TARGET/Tor_Uninstaller.app.tar.gz
-fi
-
 if [ -f $PACKAGE_PATH/Contents/Resources/uninstall_tor_bundle.sh ]; then
    cp $PACKAGE_PATH/Contents/Resources/uninstall_tor_bundle.sh $TARGET/uninstall_tor_bundle.sh
    chmod 755 $TARGET/uninstall_tor_bundle.sh
Modified: tor/trunk/src/or/eventdns.c
===================================================================
--- tor/trunk/src/or/eventdns.c	2007-01-02 06:21:24 UTC (rev 9234)
+++ tor/trunk/src/or/eventdns.c	2007-01-02 06:26:42 UTC (rev 9235)
@@ -126,7 +126,7 @@
 #define u64 uint64_t
 #define u32 uint32_t
 #define u16 uint16_t
-#define u8	uint8_t
+#define u8  uint8_t
 
 #define MAX_ADDRS 4	 // maximum number of addresses from a single packet
 // which we bother recording