Revision 77, 0.5 kB
(checked in by broder, 17 years ago)
|
Changing pyhesiodfs to comply with licensing (see #5) and removing autoconf files - they'll be replaced by a patch script in the fink installer
|
Line | |
---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|
2 |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
---|
3 |
<plist version="1.0"> |
---|
4 |
<dict> |
---|
5 |
<key>Label</key> |
---|
6 |
<string>edu.mit.sipb.mit-automounter</string> |
---|
7 |
<key>OnDemand</key> |
---|
8 |
<false/> |
---|
9 |
<key>ProgramArguments</key> |
---|
10 |
<array> |
---|
11 |
<string>/usr/local/bin/pyHesiodFS.py</string> |
---|
12 |
<string>-f</string> |
---|
13 |
<string>/mit</string> |
---|
14 |
</array> |
---|
15 |
<key>RunAtLoad</key> |
---|
16 |
<true/> |
---|
17 |
<key>StandardErrorPath</key> |
---|
18 |
<string>/usr/local/var/log/mit-automounter.log</string> |
---|
19 |
</dict> |
---|
20 |
</plist> |
---|