#19464: smartmontools: uses StartupItems which is deprecated ---------------------------------+------------------------------------------ Reporter: cilly@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: smartmontools ---------------------------------+------------------------------------------ Description changed by snc@…: Old description:
smart should be started this way: {{{ <?xml version="1.0" encoding="UTF-8"?>[[BR]] <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">[[BR]] <plist version="1.0">[[BR]] <dict> <key>Label</key>[[BR]] <string>net.sourceforge.smartmontools</string>[[BR]] <key>OnDemand</key>[[BR]] <false/>[[BR]] <key>Program</key>[[BR]] <string>@PREFIX@/sbin/smartd</string>[[BR]] <key>ProgramArguments</key>[[BR]] <array>[[BR]] <string>@PREFIX@/sbin/smartd</string>[[BR]] <string>-n</string>[[BR]] </array>[[BR]] </dict>[[BR]] </plist>[[BR]] }}}
New description: smart should be started this way: {{{ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "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>@PREFIX@/sbin/smartd</string> <key>ProgramArguments</key> <array> <string>@PREFIX@/sbin/smartd</string> <string>-n</string> </array> </dict> </plist> }}} -- -- Ticket URL: <http://trac.macports.org/ticket/19464#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS