My favorites | Sign in
Project Home Issues Source
Repository:
Checkout   Browse   Changes   Clones    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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>
<key>Label</key>
<string>org.puredarwin.installer.plist</string>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<!--
Un-comment the following lines to run pd_installer with a sandbox profile.
Sandbox profiles restrict processes from performing unauthorized
operations; so it may be necessary to update the profile
(/usr/share/sandbox/pd_installer.sb).
-->
<!--
<string>/usr/bin/sandbox-exec</string>
<string>-f</string>
<string>/usr/share/sandbox/pd_installer.sb</string>
-->
<string>/usr/local/share/puredarwin/scripts/pd_installer</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>

Change log

8b0e0a055531 by Aladin Quet <ala...@puredarwin.org> on Dec 13, 2009   Diff
Using thinned binaryroots for extra
binaryroots.
Self-deployement improved and live in
/usr/local/share/puredarwin.
More path problems fixed.
Go to: 
Project members, sign in to write a code review

Older revisions

bfb22b44856a by Aladin Quet <ala...@puredarwin.org> on Dec 13, 2009   Diff
Minimalization of pd_installer.
248a024e1476 by Aladin Quet <ala...@puredarwin.org> on Dec 13, 2009   Diff
Added pseudo-installer script which
should be run by launchd.
All revisions of this file

File info

Size: 844 bytes, 28 lines
Powered by Google Project Hosting