Changes between Initial Version and Version 1 of Ticket #19464
- Timestamp:
- Apr 28, 2009, 2:44:05 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19464
- Property Port smartmontools added
-
Ticket #19464 – Description
initial v1 1 1 smart should be started this way: 2 2 {{{ 3 3 <?xml version="1.0" encoding="UTF-8"?>[[BR]] 4 4 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">[[BR]] … … 10 10 <false/>[[BR]] 11 11 <key>Program</key>[[BR]] 12 <string> /usr/local/sbin/smartd</string>[[BR]]12 <string>@PREFIX@/sbin/smartd</string>[[BR]] 13 13 <key>ProgramArguments</key>[[BR]] 14 14 <array>[[BR]] 15 <string> /usr/local/sbin/smartd</string>[[BR]]15 <string>@PREFIX@/sbin/smartd</string>[[BR]] 16 16 <string>-n</string>[[BR]] 17 17 </array>[[BR]] 18 18 </dict>[[BR]] 19 19 </plist>[[BR]] 20 20 }}}