~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to contrib/start-scripts/StartupParameters.plist.darwin

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

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>PostgreSQL Database Server</string>
 
7
    <key>Messages</key>
 
8
    <dict>
 
9
        <key>start</key>
 
10
        <string>Starting PostgreSQL database server</string>
 
11
        <key>stop</key>
 
12
        <string>Stopping PostgreSQL database server</string>
 
13
        <key>restart</key>
 
14
        <string>Restarting PostgreSQL database server</string>
 
15
    </dict>
 
16
    <key>OrderPreference</key>
 
17
    <string>Late</string>
 
18
    <key>Provides</key>
 
19
    <array>
 
20
        <string>PostgreSQL</string>
 
21
    </array>
 
22
    <key>Requires</key>
 
23
    <array>
 
24
        <string>Disks</string>
 
25
        <string>Resolver</string>
 
26
    </array>
 
27
    <key>Uses</key>
 
28
    <array>
 
29
        <string>NFS</string>
 
30
        <string>NetworkTime</string>
 
31
    </array>
 
32
</dict>
 
33
</plist>