Opened 15 years ago

Last modified 15 years ago

#19464 closed defect

smartmontools: uses StartupItems which is deprecated — at Initial Version

Reported by: cilly@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: smartmontools

Description

smart should be started this way:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-AppleDTD PLIST 1.0EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>

<key>Label</key>
<string>net.sourceforge.smartmontools</string>
<key>OnDemand</key>
<false/>
<key>Program</key>
<string>/usr/local/sbin/smartd</string>
<key>ProgramArguments</key>
<array>

<string>/usr/local/sbin/smartd</string>
<string>-n</string>

</array>

</dict>
</plist>

Change History (0)

Note: See TracTickets for help on using tickets.