Commit 2f31e3b5 authored by Andrew Wright's avatar Andrew Wright Committed by andrew

rename the files

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4279 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6bb6e43b
...@@ -1206,7 +1206,7 @@ ...@@ -1206,7 +1206,7 @@
<mkdir dir="${mac.pkg.dir}/Install_resources"/> <mkdir dir="${mac.pkg.dir}/Install_resources"/>
<copy file="${basedir}/build/osx/postinstall" todir="${mac.pkg.dir}/Install_resources"/> <copy file="${basedir}/build/osx/postinstall" todir="${mac.pkg.dir}/Install_resources"/>
<mkdir dir="${mac.pkg.dir}/System/Library/LaunchDaemons"/> <mkdir dir="${mac.pkg.dir}/System/Library/LaunchDaemons"/>
<copy file="${basedir}/build/osx/com.jivesoftware.wildfire" todir="${mac.pkg.dir}/System/Library/LaunchDaemons"/> <copy file="${basedir}/build/osx/org.jivesoftware.wildfire" todir="${mac.pkg.dir}/System/Library/LaunchDaemons"/>
<mkdir dir="${mac.dmg.dir}"/> <mkdir dir="${mac.dmg.dir}"/>
<exec executable="chown"> <exec executable="chown">
<arg line="-R daemon:daemon ${mac.pkg.dir}/usr/local/wildfire"/> <arg line="-R daemon:daemon ${mac.pkg.dir}/usr/local/wildfire"/>
......
...@@ -27,7 +27,5 @@ ...@@ -27,7 +27,5 @@
<string>/usr/local/wildfire/logs/launchd.stderr</string> <string>/usr/local/wildfire/logs/launchd.stderr</string>
<key>StandardOutPath</key> <key>StandardOutPath</key>
<string>/usr/local/wildfire/logs/launchd.stout</string> <string>/usr/local/wildfire/logs/launchd.stout</string>
<key>Username</key>
<string>daemon</string>
</dict> </dict>
</plist> </plist>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment