<?xml version="1.0" encoding="utf-8"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.4" authoringToolBuild="179">
    <title>SATSMARTDriver</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_anywhere="true"/>
    <readme language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural

\f0\b\fs22 \cf0 OS X SAT SMART Driver\
#####################\
\
This is a kernel driver for Mac OS X external USB or FireWire drives.\
It extends the standard driver behaviour by providing access to drive\
SMART data. The interface to SMART data is same as with ATA family\
driver, so most existing applications should work. The driver requires\
a SAT (SCSI ATA Translation) capable external drive enclosure.\
\
The driver consists of a kernel extension and a user client interface\
library.\
\
The code is based on Apple opensource files and is therefore published\
under Apple Public Source License. For details see\
http://www.opensource.apple.com/license/apsl/\
\
Install\
=======\
 \
 * Use the dmg image and the installer\
 * Power cycle the external drives\
 * Check DiskUtility. The disk should have "S.M.A.R.T. Status: Verified"\
\
\
Uninstall\
=========\
\
 * Remove driver and plugin\
    sudo rm -r /System/Library/Extensions/SATSMARTDriver.kext\
    sudo rm -r /System/Library/Extensions/SATSMARTLib.plugin\
 * Reboot}]]></readme>
    <license language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural

\f0\b\fs22 \cf0 The code is based on Apple opensource files and is therefore published\
under Apple Public Source License. For details see\
http://www.opensource.apple.com/license/apsl/}]]></license>
    <choices-outline>
        <line choice="choice10"/>
    </choices-outline>
    <choice id="choice10" title="Root">
        <pkg-ref id="org.dungeon.satsmartdriver.Root.pkg"/>
    </choice>
    <pkg-ref id="org.dungeon.satsmartdriver.Root.pkg" installKBytes="376" version="1.1" auth="Root">#root.pkg</pkg-ref>
</installer-script>