mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
MACOS-updates-20050707
new files for the packaging
This commit is contained in:
parent
ce1ba2ab17
commit
289255a297
10
src/packaging/MacOS/InstallationCheck
Normal file
10
src/packaging/MacOS/InstallationCheck
Normal 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
|
1
src/packaging/MacOS/InstallationCheck.strings
Normal file
1
src/packaging/MacOS/InstallationCheck.strings
Normal file
@ -0,0 +1 @@
|
||||
"16" = "This OpenAFS release requires Tiger (10.4)"
|
Loading…
Reference in New Issue
Block a user