Advertisement
Guest User

patch

a guest
Dec 13th, 2011
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. mr@mr-virtual-machine:~/openwrt/trunk$ for file in 00*.patch ; do
  2. > patch -p0 < $file
  3. > done
  4. patching file package/base-files/files/etc/init.d/boot
  5. Hunk #1 succeeded at 70 (offset 3 lines).
  6. patching file package/base-files/files/etc/init.d/firewall
  7. patching file package/base-files/files/etc/hosts
  8. patching file package/base-files/Makefile
  9. Hunk #1 succeeded at 488 (offset -1 lines).
  10. patching file package/base-files/files/etc/config/network
  11. patching file package/base-files/files/etc/passwd
  12. Hunk #1 FAILED at 1.
  13. 1 out of 1 hunk FAILED -- saving rejects to file package/base-files/files/etc/passwd.rej
  14. patching file package/base-files/files/etc/profile
  15. patching file package/base-files/files/etc/config/system
  16. Hunk #1 succeeded at 1 with fuzz 1.
  17. patching file package/block-mount/files/40-mount
  18. patching file package/block-mount/files/fstab.config
  19. patching file package/dnsmasq/files/dhcp.conf
  20. patching file package/dropbear/Makefile
  21. patching file target/linux/ar71xx/config-2.6.39
  22. Hunk #1 succeeded at 207 (offset 2 lines).
  23. patching file feeds/packages/libs/lzo/Makefile
  24. patching file package/openssl/Makefile
  25. patching file feeds/packages/net/openvpn/Makefile
  26. patching file feeds/packages/net/unfs3/files/unfs3.exports
  27. patching file package/util-linux-ng/Makefile
  28. patching file feeds/packages/net/vsftpd/files/vsftpd.conf
  29. patching file target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
  30. The next patch would delete the file target/linux/ar71xx/base-files/etc/defconfig/all0258n/ubootenv,
  31. which does not exist! Assume -R? [n] y
  32. patching file target/linux/ar71xx/base-files/etc/defconfig/all0258n/ubootenv
  33. The next patch would delete the file target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network,
  34. which does not exist! Assume -R? [n] y
  35. patching file target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network
  36. patching file target/linux/ar71xx/base-files/etc/defconfig/tl-wr703n/network
  37. patching file target/linux/ar71xx/base-files/etc/defconfig/tl-wr703n/wireless
  38. patching file target/linux/ar71xx/base-files/etc/uci-defaults/network
  39. Hunk #1 FAILED at 24.
  40. Hunk #2 succeeded at 102 with fuzz 2 (offset -75 lines).
  41. 1 out of 2 hunks FAILED -- saving rejects to file target/linux/ar71xx/base-files/etc/uci-defaults/network.rej
  42. patching file feeds/xwrt/webif/files/www/cgi-bin/webif/status-usb.sh
  43. patching file feeds/xwrt/webif/files/www/cgi-bin/webif/system-format.sh
  44. patching file feeds/xwrt/webif/files/www/cgi-bin/webif/system-mount.sh
  45. patching file feeds/xwrt/webif/files/etc/httpd.conf
  46. patching file package/zlib/Makefile
  47. mr@mr-virtual-machine:~/openwrt/trunk$
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement