MACOS-updates-20050707

new files for the packaging
This commit is contained in:
Chaskiel M Grundman 2005-07-08 03:22:09 +00:00 committed by Derrick Brashear
parent ce1ba2ab17
commit 289255a297
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
majorvers=`uname -r | sed 's/\..*//'`
echo "InstallationCheck: os release is $majorvers"
if [ $majorvers -ne 8 ]; then
echo "InstallationCheck: not ok"
exit 112
fi
echo "InstallationCheck: ok"
exit 0

View File

@ -0,0 +1 @@
"16" = "This OpenAFS release requires Tiger (10.4)"