Changeset 4294f3c in OpenSC
- Timestamp:
- 06/30/11 13:50:25 (11 months ago)
- Branches:
- master, staging
- Children:
- 9bcda91, 17bc2c8
- Parents:
- 11a7a9e
- git-author:
- Martin Paljak <martin@…> (06/30/11 13:50:25)
- git-committer:
- Martin Paljak <martin@…> (06/30/11 13:50:25)
- Location:
- MacOSX/10.6
- Files:
-
- 2 edited
-
resources/InstallationCheck.strings (modified) (1 diff)
-
scripts/InstallationCheck (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MacOSX/10.6/resources/InstallationCheck.strings
r4cbe694 r4294f3c 1 "17" = "Mac OS X version 10.6. 4or later is required for this software. Please install the latest security updates!";2 "18" = "Mac OS X version 10.6 (starting from 10.6. 4) is required for this software.";1 "17" = "Mac OS X version 10.6.8 or later is required for this software. Please install the latest security updates!"; 2 "18" = "Mac OS X version 10.6 (starting from 10.6.8) is required for this software."; -
MacOSX/10.6/scripts/InstallationCheck
r4cbe694 r4294f3c 9 9 10 10 DO_CHECKS: { 11 # 10.6. 3or higher system must be active12 if(CheckVersion("$SYSTEM_VERS", "10.6. 4", "ProductVersion", "<")) {11 # 10.6.8 or higher system must be active 12 if(CheckVersion("$SYSTEM_VERS", "10.6.8", "ProductVersion", "<")) { 13 13 $EXIT_VALUE = ((1 << 6) | ( 1 << 5 ) | 17 ); 14 14 last;
Note: See TracChangeset
for help on using the changeset viewer.
