14 lines
464 B
XML
14 lines
464 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<!-- This dictionary sets that we _always_ want
|
|
the "cronie" package to be the default cron-daemon
|
|
package, over other alternatives. -->
|
|
<key>virtual-pkgver</key>
|
|
<string>cron-daemon-0</string>
|
|
<key>target-pkgpattern</key>
|
|
<string>cronie>=0</string>
|
|
</dict>
|
|
</plist>
|