Opened 15 years ago

Last modified 15 years ago

#19464 closed defect

smartmontools: uses StartupItems which is deprecated — at Version 1

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

Description (last modified by nerdling (Jeremy Lavergne))

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]]

Change History (1)

comment:1 Changed 15 years ago by nerdling (Jeremy Lavergne)

Description: modified (diff)
Port: smartmontools added
Note: See TracTickets for help on using tickets.