Opened 15 years ago

Last modified 15 years ago

#19464 closed defect

smartmontools: uses StartupItems which is deprecated — at Version 2

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"?>
<!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>

Change History (2)

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

Description: modified (diff)
Port: smartmontools added

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

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