macos-missing-files-20051008
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 9 Oct 2005 03:52:33 +0000 (03:52 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 9 Oct 2005 03:52:33 +0000 (03:52 +0000)
add files missing after merge

src/packaging/MacOS/InstallationCheck [new file with mode: 0644]
src/packaging/MacOS/InstallationCheck.strings [new file with mode: 0644]

diff --git a/src/packaging/MacOS/InstallationCheck b/src/packaging/MacOS/InstallationCheck
new file mode 100644 (file)
index 0000000..d905d15
--- /dev/null
@@ -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
diff --git a/src/packaging/MacOS/InstallationCheck.strings b/src/packaging/MacOS/InstallationCheck.strings
new file mode 100644 (file)
index 0000000..62d12c1
--- /dev/null
@@ -0,0 +1 @@
+"16" = "This OpenAFS release requires Tiger (10.4)"