![]() |
Quote:
Code:
% ls -d /Library/Receipts/MacOSX*Code:
% grep_pkg /sbin/pingCode:
#!/bin/sh |
Thanks for the very handy grep_pkg script, I didn't find any other occurrences of ping neither, even when searching just for /ping . How did you manage to get this receipt on a fresh Tiger install:
/Library/Receipts/MacOSX10.3.9.pkg ? Now we all look Trevors way to find out how he managed to end up with a more recent version of ping on his system. Compiled you own ping from a patched Darwin source, then forgot about it ;) ? |
Quote:
I hadn't looked at the contents of that pkg before, but now I see that it (and the MacOSX10.4.Universal.pkg) are actually badly named - they actually are part of the developers tools (supplying the libraries used when targeting other OS X versions than the one on the development system). They only install stuff under /Developer: Code:
% pkgsummary /Library/Receipts/MacOSX10.3.9.pkg | grep -v Developer |
Code:
% ls -d /Library/Receipts/MacOSX*It was initially shipped with a special build of 10.4.2?, if memory serves. Possibly the build shipped from Apple with the then-new hardware had slightly later compile dates for items than the compile dates of the stock Tiger build? Trevor |
That sounds like a very probable explanation.
It's astonishing that Apple will release such builds that seem to be from another branch than the stable distribution. I'll keep that in mind when debugging in the future: There could be different binaries on seemingly identical OS versions. They just did it again with a custom build of 10.4.7 for the Mac Pro and that version even has an extra SecUpdate different from the main build... Hopefully they'll be able to keep track of all these different builds, it could be really nasty to debug when you try to reproduce a problem on another machine, assuming they use identical OS components when they do not. |
| All times are GMT -5. The time now is 05:33 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.