~ubuntu-branches/ubuntu/oneiric/dnsmasq/oneiric

« back to all changes in this revision

Viewing changes to contrib/dnsmasq_MacOSX/StartupParameters.plist

  • Committer: Bazaar Package Importer
  • Author(s): Simon Kelley
  • Date: 2010-01-14 09:53:13 UTC
  • mfrom: (0.3.7 upstream) (12.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100114095313-4diw8k22oy4kqtpa
Tags: 2.52-1
 
 * New upstream.
 * Be more conservative with "A for A" processing. (closes: #553337)
 * Add README file in /etc/dnsmasq.d to explain what's going on.
        

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
 
<plist version="1.0">
4
 
<dict>
5
 
        <key>Description</key>
6
 
        <string>DNSmasq</string>
7
 
        <key>OrderPreference</key>
8
 
        <string>None</string>
9
 
        <key>Provides</key>
10
 
        <array>
11
 
                <string>DNSmasq</string>
12
 
        </array>
13
 
        <key>Uses</key>
14
 
        <array>
15
 
                <string>Network</string>
16
 
        </array>
17
 
        </dict>
18
 
</plist>