14 lines
470 B
Plaintext
14 lines
470 B
Plaintext
|
<?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 "rsyslog" package to be the default syslog-daemon
|
||
|
package, over other alternatives. -->
|
||
|
<key>virtual-pkgver</key>
|
||
|
<string>syslog-daemon-0</string>
|
||
|
<key>target-pkgpattern</key>
|
||
|
<string>rsyslog>=0</string>
|
||
|
</dict>
|
||
|
</plist>
|