<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>dfu-util/CMakeLists.txt</filename>
    </added>
    <added>
      <filename>dfu-util/COPYING</filename>
    </added>
    <added>
      <filename>dfu-util/README</filename>
    </added>
    <added>
      <filename>dfu-util/dfu.c</filename>
    </added>
    <added>
      <filename>dfu-util/dfu.h</filename>
    </added>
    <added>
      <filename>dfu-util/main.c</filename>
    </added>
    <added>
      <filename>dfu-util/sam7dfu.c</filename>
    </added>
    <added>
      <filename>dfu-util/sam7dfu.h</filename>
    </added>
    <added>
      <filename>dfu-util/usb_dfu.h</filename>
    </added>
    <added>
      <filename>ipsw-patch/bundles/BootNeuter.tar</filename>
    </added>
    <added>
      <filename>ipsw-patch/bundles/Cydia.tar</filename>
    </added>
    <added>
      <filename>ipsw-patch/bundles/YoutubeActivation.tar</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -21,6 +21,7 @@ add_subdirectory (dmg)
 add_subdirectory (hdutil)
 add_subdirectory (hfs)
 add_subdirectory (ipsw-patch)
+add_subdirectory (dfu-util)
 add_subdirectory (xpwn)
 
 install(FILES README.markdown DESTINATION . RENAME README.txt)</diff>
      <filename>CMakeLists.txt</filename>
    </modified>
    <modified>
      <diff>@@ -37,6 +37,17 @@ Credits
 This utility is merely an implementation of Pwnage, which is the work of
 roxfan, Turbo, wizdaz, bgm, and pumpkin. Those guys are the real heroes.
 
+Also, the new super-awesome bootrom exploit is courtesy of wizdaz.
+
+MuscleNerd has put a lot of work into the 3G effort. The BootNeuter unlock
+for first-generation iPhones packaged within is primarily his effort.
+
+Thanks also go to gray and c1de0x for their RCE efforts. saurik is the author
+of Cydia, included within. bugout was the lucky guy who did our first 3G tests.
+
+Thanks to chris for his hardware wisdom, Zf for his French humor, and pytey
+for the support on the serial stuff.
+
 XPwn attempts to use all the same data files and patches as PwnageTool to
 avoid duplication of present and future labor. I believe that wizdaz probably
 put the most sweat into PwnageTool, and the pwnage ramdisk is the work of
@@ -52,49 +63,14 @@ the initial exploratory work with the undocumented DMG format.
 Usage
 -----
 
-There are two utilities in this package, as well as the InternalPackages and
+There are two utilities in this package, as well as the bundles and
 FirmwareBundles folders from PwnageTool, and Turbo's autopwn ramdisk.
 
-## xpwn
-
-xpwn will use libibooter to bootstrap the autopwn ramdisk. This will patch
-NOR so that unsigned IPSWs can subsequently be used. The vulnerability used
-is only available in firmware version 1.1.4, so this step has to be done with
-that version.
-
-	./xpwn &lt;input.ipsw&gt; [-b &lt;bootlogo.png&gt;] [-r &lt;recoverylogo.png&gt;]
-
-Specifying a boot logo and a recovery logo is optional. You can specify both,
-or just one. If you do not specify a particular boot logo, the logo will
-remain the same as the one you currently have.
-
-The input IPSW should correspond with CURRENT version on the device you are
-trying to jailbreak. NOT the one you want to upgrade to. The reason it is
-necessary is to provide a kernel for the ramdisk to boot and to provide
-template boot logos to replace.
-
-Note that the input IPSW must have the same name as the one on Apple's
-download site! That is, it will not be recognized if you have renamed it after
-downloading it.
-
-*Note that xpwn is not currently known to work for firmware other than 1.1.4.*
-
-The boot and recovery logos need to be PNG formatted files that less than or
-equal to 320x480 in dimension. Although automatic conversion will be attempted
-for you, the preferred format is an ARGB PNG with 8 bits per channel. *NOT* a
-paletted RGB, and an alpha channel must be present *NOT* binary transparency.
-
-If you save in PNG-24 and have at least one semi-transparent (not fully
-transparent) pixel in your file, you ought to be in good shape.
-
-It is safe to use xpwn multiple times consecutively, and that method can be
-used to swap boot logos without restoring.
-
-A restore with a non-customized IPSW will undo what xpwn did (the NOR will be
-reflashed with Apple's image that does have signature checking)
-
 ## ipsw
 
+*NOTE: Important change for 2.0: (uncompressed) tarballs rather than paths are
+now used for bundles*
+
 ipsw is a more complex tool to generate custom IPSWs that you can restore
 after using xpwn (or any other pwnage-based utility). This is important, since
 that's how the jailbreak actually occurs.
@@ -103,7 +79,7 @@ that's how the jailbreak actually occurs.
 		[-r &lt;recoveryimage.png&gt;] [-e &quot;&lt;action to exclude&gt;&quot;] \
 		[[-unlock] [-use39] [-use46] [-cleanup] \
 		-3 &lt;bootloader 3.9 file&gt; -4 &lt;bootloader 4.6 file&gt;] \
-		&lt;path/to/merge1&gt; &lt;path/to/merge2&gt;...
+		&lt;package1.tar&gt; &lt;package2.tar&gt;...
 
 Yes, I know, confusing syntax. The first two options are the IPSW you want to
 modify, and where you want to save the modified IPSW respectively. -b and -r
@@ -130,41 +106,117 @@ or downgrade your bootloader (if it is not already on the version you choose).
 complete. If you do not specify -cleanup, BootNeuter will be accessible via
 SpringBoard.
 
-The last options are for directories to merge into the root filesystem of your
-device. The included bundles can be merged by specifying something like
-&quot;bundles/Installer.bundle/files&quot;. Notice the &quot;files&quot; part must be specified.
-It is also perfectly possible to set up your own files to merge.
-
-/Applications/Installer.app/Installer will be given special setuid
-permissions. All files that have the format /Applications/XXX.app/XXX will be
-given execute permissions. All files in /sbin, /bin, /usr/bin, /usr/sbin,
-/usr/libexec, /usr/local/bin, /usr/local/sbin, /usr/local/libexec will also be
-given execute permissions. Special permissions are also given to BootNeuter.
-Everything else will be non-executable, so a special LaunchDaemon task may need
-to be constructed to properly set up your custom apps. Generally, however,
-those permissions are already sufficient.
+The last options are for tar-files to merge. All permissions and ownership
+will be preserved except for already directories that already exist. This is
+to prevent accidental clobbering (we're guessing you don't really want to
+alter permissions on existing directories). This behavior may change in the
+future.
 
 Told you it was a mess.
 
+## dfu-util
+
+dfu-util is an utility adapted from OpenMoko that satisfies the &quot;pwning&quot; stage
+of the process, that is, allowing the execution of our unsigned code. It
+relies upon an exploit in the DFU mode of the iPhone/iPod touch bootrom. This
+cannot be fixed by Apple on the current hardware revisions. If we can mess
+with the device before iTunes sees it, we can have it load a WTF with
+signature checking disabled with the exploit, and load an iBSS with signature
+checking disabled over that WTF. iTunes will see the device as a regular
+iPhone/iPod in recovery mode, and will happily send our custom firmware to it,
+which will now be accepted.
+
+YOU MUST COMPLETELY DISABLE iTUNES WITH TASK MANAGER OR EQUIVALENT BEFORE
+PROCEEDING.
+
+Only AFTERWARDS do you put your device into DFU mode. If you switch the order
+of these steps, iTunes will be able to load software onto your device without
+this vulnerability, rendering dfu-util useless.
+
+AFTER you have disabled iTunes, iTunesHelper, etc., plug your device into the
+computer. Shut down the device in the normal way if necessary (Slide to
+shutdown). Hold down the Power and Home buttons simultaneously and count
+slowly to ten. (You may need to push down on power an instant before you
+push down on home). The iPhone will start. At around the time you count to 6,
+the iPhone will shut down again. KEEP HOLDING BOTH BUTTONS. Hold down both
+buttons until you reach 10. At this point, release the power button ONLY.
+Keep holding the stand-by button forever (this may take up to two minutes).
+You will know when you can stop holding the button when Windows notifies you
+via an audible cue that a USB device has connected. This is your device in
+DFU mode. The screen of the device will remain completely powered off.
+
+THEN, run dfu-util with the following syntax:
+
+	sudo ./dfu-util &lt;custom.ipsw&gt; &lt;n82ap|m68ap|n45ap&gt;
+
+Where n82ap = 3G iPhone, m68ap = First-generation iPhone, n45ap = iPod touch.
+Note that you're using your CUSTOM IPSW for this stage, since we will need the
+patched firmware, not the stock firmware. dfu-util will pick out the right
+files from the ipsw and send them in the right order. If your screen powers on
+and then turns white, then you know it worked. You can now restore with iTunes.
+
+## xpwn *(DEPRECATED)*
+
+If DFU mode is too complicated for you, and you have a first-generation phone,
+you can still use the legacy xpwn ramdisk method on 1.1.4 to pwn your phone.
+Then you can restore the custom IPSW without messing with DFU mode.
+
+xpwn will use libibooter to bootstrap the autopwn ramdisk. This will patch
+NOR so that unsigned IPSWs can subsequently be used. The vulnerability used
+is only available in firmware version 1.1.4, so this step has to be done with
+that version.
+
+	./xpwn &lt;input.ipsw&gt; [-b &lt;bootlogo.png&gt;] [-r &lt;recoverylogo.png&gt;]
+
+Specifying a boot logo and a recovery logo is optional. You can specify both,
+or just one. If you do not specify a particular boot logo, the logo will
+remain the same as the one you currently have.
+
+The input IPSW should correspond with CURRENT version on the device you are
+trying to jailbreak. NOT the one you want to upgrade to. The reason it is
+necessary is to provide a kernel for the ramdisk to boot and to provide
+template boot logos to replace.
+
+Note that the input IPSW must have the same name as the one on Apple's
+download site! That is, it will not be recognized if you have renamed it after
+downloading it.
+
+*Note that xpwn is not currently known to work for firmware other than 1.1.4.*
+
+The boot and recovery logos need to be PNG formatted files that less than or
+equal to 320x480 in dimension. Although automatic conversion will be attempted
+for you, the preferred format is an ARGB PNG with 8 bits per channel. *NOT* a
+paletted RGB, and an alpha channel must be present *NOT* binary transparency.
+
+If you save in PNG-24 and have at least one semi-transparent (not fully
+transparent) pixel in your file, you ought to be in good shape.
+
+It is safe to use xpwn multiple times consecutively, and that method can be
+used to swap boot logos without restoring.
+
+A restore with a non-customized IPSW will undo what xpwn did (the NOR will be
+reflashed with Apple's image that does have signature checking)
+
+
 ### Examples
 
-Jailbreaking iPod 1.1.4:
+Jailbreaking iPod 2.0:
 
-	./ipsw iPod1,1_1.1.4_4A102_Restore.ipsw custom.ipsw \
-		bundles/Installer.bundle/files
+	./ipsw iPod1,1_2.0_5A347.bundle custom.ipsw \
+		bundles/Cydia.tar
 
-Jailbreaking iPhone 1.1.4:
+Jailbreaking iPhone 3G:
 
-	./ipsw iPhone1,1_1.1.4_4A102_Restore.ipsw custom.ipsw \
-		-e &quot;Phone Activation&quot; bundles/Installer.bundle/files
+	./ipsw iPhone1,2_2.0_5A347.bundle custom.ipsw \
+		-e &quot;Phone Activation&quot; bundles/Cydia.tar
 
-Jailbreaking, activating, and unlocking iPhone 1.1.4:
+Jailbreaking, activating, and unlocking iPhone 2.0:
 
-	./ipsw iPhone1,1_1.1.4_4A102_Restore.ipsw custom.ipsw \
+	./ipsw iPhone1,1_2.0_5A347.bundle custom.ipsw \
 		-unlock -cleanup -3 bl39.bin -4 bl46.bin \
-		bundles/Installer.bundle/files \
-		bundles/BootNeuter.bundle/files \
-		bundles/YoutubeActivation.bundle/files
+		bundles/Cydia.tar \
+		bundles/BootNeuter.tar \
+		bundles/YoutubeActivation.tar
 
 Technical notes
 ---------------</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -99,6 +99,9 @@ AbstractFile* createAbstractFileFromDummy() {
 
 size_t memRead(AbstractFile* file, void* data, size_t len) {
   MemWrapperInfo* info = (MemWrapperInfo*) (file-&gt;data); 
+  if(info-&gt;bufferSize &lt; (info-&gt;offset + len)) {
+    len = info-&gt;bufferSize - info-&gt;offset;
+  }
   memcpy(data, (void*)((uint8_t*)(*(info-&gt;buffer)) + (uint32_t)info-&gt;offset), len);
   info-&gt;offset += (size_t)len;
   return len;</diff>
      <filename>common/abstractfile.c</filename>
    </modified>
    <modified>
      <diff>@@ -20,6 +20,7 @@ extern &quot;C&quot; {
 	void writeOutput(OutputState** state, char* ipsw);
 	void releaseOutput(OutputState** state);
 	OutputState* loadZip(const char* ipsw);
+	void loadZipFile(const char* ipsw, OutputState** output, const char* file);
 #ifdef __cplusplus
 }
 #endif</diff>
      <filename>includes/xpwn/outputstate.h</filename>
    </modified>
    <modified>
      <diff>@@ -83,10 +83,9 @@ int main(int argc, char* argv[]) {
 	use39 = FALSE;
 	use46 = FALSE;
 	doBootNeuter = FALSE;
-	noBB = FALSE;
 
 	if(argc &lt; 3) {
-		printf(&quot;usage %s &lt;input.ipsw&gt; &lt;target.ipsw&gt; [-b &lt;bootimage.png&gt;] [-r &lt;recoveryimage.png&gt;] [-e \&quot;&lt;action to exclude&gt;\&quot;] [-nobbupdate] [[-unlock] [-use39] [-use46] [-cleanup] -3 &lt;bootloader 3.9 file&gt; -4 &lt;bootloader 4.6 file&gt;] &lt;path/to/merge1&gt; &lt;path/to/merge2&gt;...\n&quot;, argv[0]);
+		printf(&quot;usage %s &lt;input.ipsw&gt; &lt;target.ipsw&gt; [-b &lt;bootimage.png&gt;] [-r &lt;recoveryimage.png&gt;] [-e \&quot;&lt;action to exclude&gt;\&quot;] [[-unlock] [-use39] [-use46] [-cleanup] -3 &lt;bootloader 3.9 file&gt; -4 &lt;bootloader 4.6 file&gt;] &lt;package1.tar&gt; &lt;package2.tar&gt;...\n&quot;, argv[0]);
 		return 0;
 	}
 
@@ -119,11 +118,6 @@ int main(int argc, char* argv[]) {
 			selfDestruct = TRUE;
 			continue;
 		}
-
-		if(strcmp(argv[i], &quot;-nobbupdate&quot;) == 0) {
-			noBB = TRUE;
-			continue;
-		}
 		
 		if(strcmp(argv[i], &quot;-use39&quot;) == 0) {
 			if(use46) {
@@ -185,16 +179,11 @@ int main(int argc, char* argv[]) {
 	}
 	
 	if(use39 || use46 || unlockBaseband || selfDestruct || bootloader39 || bootloader46) {
-		if(noBB) {
-			printf(&quot;error: bbupdate must be enabled for bootneuter\n&quot;);
+		if(!(bootloader39) || !(bootloader46)) {
+			printf(&quot;error: you must specify both bootloader files.\n&quot;);
 			exit(1);
 		} else {
-			if(!(bootloader39) || !(bootloader46)) {
-				printf(&quot;error: you must specify both bootloader files.\n&quot;);
-				exit(1);
-			} else {
-				doBootNeuter = TRUE;
-			}
+			doBootNeuter = TRUE;
 		}
 	}
 </diff>
      <filename>ipsw-patch/main.c</filename>
    </modified>
    <modified>
      <diff>@@ -206,3 +206,31 @@ OutputState* loadZip(const char* ipsw) {
 	return toReturn;
 }
 
+void loadZipFile(const char* ipsw, OutputState** output, const char* file) {
+	char* fileName;
+	void* buffer;
+	unzFile zip;
+	unz_file_info pfile_info;
+
+	ASSERT(zip = unzOpen(ipsw), &quot;cannot open input ipsw&quot;);
+	ASSERT(unzGoToFirstFile(zip) == UNZ_OK, &quot;cannot seek to first file in input ipsw&quot;);
+
+	do {
+		ASSERT(unzGetCurrentFileInfo(zip, &amp;pfile_info, NULL, 0, NULL, 0, NULL, 0) == UNZ_OK, &quot;cannot get current file info from ipsw&quot;);
+		fileName = (char*) malloc(pfile_info.size_filename + 1);
+		ASSERT(unzGetCurrentFileInfo(zip, NULL, fileName, pfile_info.size_filename + 1, NULL, 0, NULL, 0) == UNZ_OK, &quot;cannot get current file name from ipsw&quot;);
+		if(strcmp(fileName, file) == 0) {
+			buffer = malloc((pfile_info.uncompressed_size &gt; 0) ? pfile_info.uncompressed_size : 1);
+			printf(&quot;loading: %s (%ld)\n&quot;, fileName, pfile_info.uncompressed_size); fflush(stdout);
+			ASSERT(unzOpenCurrentFile(zip) == UNZ_OK, &quot;cannot open compressed file in IPSW&quot;);
+			ASSERT(unzReadCurrentFile(zip, buffer, pfile_info.uncompressed_size) == pfile_info.uncompressed_size, &quot;cannot read file from ipsw&quot;);
+			ASSERT(unzCloseCurrentFile(zip) == UNZ_OK, &quot;cannot close compressed file in IPSW&quot;);
+			addToOutput(output, fileName, buffer, pfile_info.uncompressed_size);
+		}
+		free(fileName);
+	} while(unzGoToNextFile(zip) == UNZ_OK);
+
+	ASSERT(unzClose(zip) == UNZ_OK, &quot;cannot close input ipsw file&quot;);
+}
+
+</diff>
      <filename>ipsw-patch/outputstate.c</filename>
    </modified>
    <modified>
      <diff>@@ -243,6 +243,8 @@ void fixupBootNeuterArgs(Volume* volume, char unlockBaseband, char selfDestruct,
 	arguments = (ArrayValue*) getValueByKey(info, &quot;ProgramArguments&quot;);
 	addStringToArray(arguments, &quot;-autoMode&quot;);
 	addStringToArray(arguments, &quot;YES&quot;);
+	addStringToArray(arguments, &quot;-RegisterForSystemEvents&quot;);
+	addStringToArray(arguments, &quot;YES&quot;);
 	
 	if(unlockBaseband) {
 		addStringToArray(arguments, &quot;-unlockBaseband&quot;);</diff>
      <filename>ipsw-patch/pwnutil.c</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3896-4.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3896-4_nobb.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3900-4.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3900-4_nobb.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/DeviceTree.m68ap.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/Services.plist.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/bbupdater.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/fstab.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBEC.m68ap.RELEASE.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBSS.m68ap.RELEASE.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBoot.m68ap.RELEASE.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/kernelcache.release.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/lockdownd.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/022-3896-4.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/022-3900-4.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/DeviceTree.n45ap.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/Services.plist.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/fstab.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBEC.n45ap.RELEASE.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBSS.n45ap.RELEASE.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBoot.n45ap.RELEASE.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/kernelcache.release.patch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/System/Library/LaunchDaemons/com.apple.cron.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/[</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/bash</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/cat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/chmod</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/cp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/csh</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/date</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/dd</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/df</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/domainname</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/echo</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ed</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/expr</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/getty</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/hostname</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/kill</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/link</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ln</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ls</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/mkdir</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/mv</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/pax</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/printf</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ps</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/pwd</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/rm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/rmdir</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sh</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sleep</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/stty</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sync</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/tcsh</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/test</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/true</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/unlink</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/zsh</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/csh.cshrc</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/profile</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/termcap</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/ifconfig</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/kextunload</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/md5</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/mknod</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/ping</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/reboot</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/route</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/alias</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/apply</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/awk</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/banner</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/basename</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/bzip2</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cap_mkdb</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chflags</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chgrp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chown</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cksum</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/col</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/colrm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/column</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/comm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/compress</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/crontab</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/csplit</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/curl</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cut</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/dirname</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ditto</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/du</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/env</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/expand</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/false</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/find</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/finger</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/fmt</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/fold</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/funzip</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/getopt</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/grep</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/groups</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gunzip</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gzexe</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gzip</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/head</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/hexdump</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/hostinfo</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/id</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/install</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ipcrm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/join</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/jot</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/killall</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lam</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/last</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lastcomm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/less</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/libgzip.a</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/locate</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/login</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/logname</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/look</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lsvfs</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/makekey</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/md</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mesg</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/minicom</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mkfifo</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mktemp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/more</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nano</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nc</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nice</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nl</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nohup</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/od</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/passwd</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/paste</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pathchk</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pico</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pr</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/printenv</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/printf</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/readlink</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/renice</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rev</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rs</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rsync</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sar</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/screen</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/script</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sed</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/shlock</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/snap</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sort</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/split</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/srelay</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/stat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/su</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sum</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tabs</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tail</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tar</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tcopy</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tee</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/telnet</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tftp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/time</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/top</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/touch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tr</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/true</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tsort</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tty</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ul</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uname</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unexpand</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uniq</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unvis</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unzip</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unzipsfx</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uptime</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/users</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vi</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vim</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vis</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/wall</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/wc</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whereis</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/which</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/who</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whoami</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whois</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/xargs</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/yes</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zcat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zcmp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zdiff</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zegrep</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zfgrep</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zforce</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zgrep</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zless</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zmore</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/znew</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zprint</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/lib/libarmfp.dylib</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/lib/sa/sadc</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ac</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/arp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/chown</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/chroot</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/cron</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/fdisk</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ifconfig</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ioreg</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/iostat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/kextstat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/kextunload</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/makedbm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/md5</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mkfile</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mknod</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mtree</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/netstat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/nvram</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ping</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/pt_chown</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/reboot</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/rmt</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/route</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/sysctl</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/tcpdump</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/traceroute</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/vipw</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/vmstat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/zdump</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/zic</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem.bundle/files/var/cron/tabs/root</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/[</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/bash</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/cat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/chmod</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/cp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/csh</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/date</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/dd</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/df</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/domainname</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/echo</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ed</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/expr</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/getty</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/hostname</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/kill</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/link</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ln</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ls</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/mkdir</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/mv</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/pax</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/printf</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ps</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/pwd</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/rm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/rmdir</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sh</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sleep</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/stty</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sync</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/tcsh</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/test</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/true</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/unlink</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/zsh</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/etc/termcap</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/ifconfig</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/kextunload</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/md5</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/mknod</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/ping</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/reboot</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/route</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/alias</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/apply</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/awk</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/banner</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/basename</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/bzip2</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cap_mkdb</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/chflags</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/chgrp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cksum</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/col</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/colrm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/column</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/comm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/compress</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/crontab</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/csplit</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/curl</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cut</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/dirname</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ditto</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/du</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/env</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/expand</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/false</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/find</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/finger</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/fmt</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/fold</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/funzip</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/getopt</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/grep</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/groups</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gunzip</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gzexe</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gzip</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/head</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/hexdump</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/hostinfo</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/id</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/install</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ipcrm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/join</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/jot</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/killall</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lam</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/last</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lastcomm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/less</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/libgzip.a</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/locate</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/login</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/logname</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/look</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lsvfs</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/makekey</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/md</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mesg</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/minicom</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mkfifo</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mktemp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/more</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nano</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nc</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nice</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nl</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nohup</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/od</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/passwd</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/paste</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pathchk</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pico</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pr</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/printenv</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/printf</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/readlink</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/renice</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rev</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rs</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rsync</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sar</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/screen</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/script</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sed</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/shlock</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/snap</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sort</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/split</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/srelay</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/stat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/su</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sum</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tabs</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tail</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tar</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tcopy</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tee</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/telnet</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tftp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/time</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/top</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/touch</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tr</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/true</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tsort</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tty</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ul</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uname</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unexpand</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uniq</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unvis</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unzip</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unzipsfx</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uptime</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/users</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vi</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vim</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vis</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/wall</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/wc</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whereis</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/which</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/who</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whoami</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whois</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/xargs</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/yes</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zcat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zcmp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zdiff</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zegrep</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zfgrep</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zforce</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zgrep</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zless</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zmore</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/znew</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zprint</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libarmfp.dylib</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libgcc_s.1.dylib</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libgcc_s_v6.1.dylib</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ac</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/arp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/chown</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/chroot</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/cron</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/fdisk</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ifconfig</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ioreg</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/iostat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/kextstat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/makedbm</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/md5</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/mkfile</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/mtree</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/netstat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ping</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/pt_chown</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/rmt</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/route</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/sysctl</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/tcpdump</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/traceroute</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vipw</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vmstat</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vpnd</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/zdump</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/zic</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BootNeuter.bundle/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/BootNeuter</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/Default.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/bin/chmod</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/bin/killall</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/firmware/ADD_FILES_HERE</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/icon.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BootNeuter.bundle/files/System/Library/LaunchDaemons/com.apple.SpringBoard.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/BootNeuter.bundle/files/System/Library/LaunchDaemons/com.devteam.bootneuter.auto.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/AppTapp.framework/AppTapp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/AppTapp.framework/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Background.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Category.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/CategorySmart.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Default.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Featured.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/FeaturedSelected.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Install.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/InstallSelected.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Installer</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Installer.idb</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Package.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/PackageNew.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Source.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/SourceTrusted.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Sources.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/SourcesSelected.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Uninstall.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/UninstallSelected.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Update.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/UpdateSelected.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/icon.png</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/LocalPackages.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/PackageSources.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/RemotePackages.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/TrustedSources.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/Library/LaunchDaemons/com.openssh.sshd.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/etc/ssh_config</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/etc/sshd_config</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/scp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/sftp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-add</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-agent</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-keygen</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-keyscan</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/sftp-server</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/ssh-keysign</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/ssh-rand-helper</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/sshd-keygen-wrapper</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH.bundle/files/usr/sbin/sshd</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/System/Library/LaunchDaemons/com.devteam.openssh.sshd.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/scp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/sftp</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-add</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-agent</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-keygen</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-keyscan</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/moduli</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/ssh_config</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/sshd_config</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/sftp-server</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/ssh-keysign</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/sshd-keygen-wrapper</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/sbin/sshd</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/YoutubeActivation.bundle/Info.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/data_ark.plist</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/device_private_key.pem</filename>
    </removed>
    <removed>
      <filename>ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/device_public_key.pem</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>52bfb37311a2885930812da95e8152ca4028717d</id>
    </parent>
  </parents>
  <author>
    <name>planetbeing</name>
    <email>planetbeing@planetbeing-desktop.(none)</email>
  </author>
  <url>http://github.com/planetbeing/xpwn/commit/99b6bb0e7628bf2b37e34f2b84373f3237f8c841</url>
  <id>99b6bb0e7628bf2b37e34f2b84373f3237f8c841</id>
  <committed-date>2008-07-20T01:49:39-07:00</committed-date>
  <authored-date>2008-07-20T01:49:39-07:00</authored-date>
  <message>initial support for 2.0</message>
  <tree>cd2ad993119f584ebbcafdbfa45dc3925c39265b</tree>
  <committer>
    <name>planetbeing</name>
    <email>planetbeing@planetbeing-desktop.(none)</email>
  </committer>
</commit>
