QUOTE (helob @ Aug 3 2006, 03:10 AM)

I have dowloaded 10.4.7_semjaza from Demonoid. However can't find readme.rtf in the folder. It only contain 10.4.7_update_patches.txt,decrypted,patcher & replace.sh.
Would appreciate if you can pm me the readme.rtf file.
Thanks
Here are the instructions from the original SemjaZa package:
Semjaza 10.4.7 Update
This is for updating from 10.4.6 to 10.4.7. All commands typed in terminal are in bold!
1. First one must make backups of certain files. Issue following commands.
sudo mkdir /backup_1046
sudo cp /mach_kernel /backup_1046
sudo cp /System/Library/Frameworks/Kernel.framework/Versions/A/Resources/*.plist /backup_1046
sudo cp -R /System/Library/Extensions /backup_1046
sudo cp -R /System/Library/Frameworks/OpenGL.framework /backup_1046
2. Run pacifist and open the MacOSXUpd10.4.7Intel.pkg file. Select everything and install it.
3. Run replace.sh so it replaces crucial encrypted system files.
This command only works if you are in the working directory of the patch!sudo ./replace.sh
3. If you are on a AMD system you must patch files that the update installed. Run the following command!
AMD ONLYsudo ./patcher 10.4.7_update_patches.txt
4. Replace kernel with old one.
sudo mv /backup_1046/mach_kernel /mach_kernel
5. Replace Kernel Framework!
sudo cp /backup_1046/*.plist /System/Library/Frameworks/Kernel.framework/Versions/A/Resources/
6. Replace Extensions.
sudo mv /System/Library/Extensions /System/Library/Extensions_1047
sudo cp -R /backup_1046/Extensions /System/Library
7. Replace OpenGL.framework
sudo mv /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/OpenGL.framework_1047
sudo cp -R /backup_1046/OpenGL.framework /System/Library/Frameworks
8. Reboot and enjoy!
Enjoy!