Author: nextgens
Date: 2008-05-02 03:50:03 +0000 (Fri, 02 May 2008)
New Revision: 19672

Modified:
   trunk/apps/new_installer/ProcessPanel.Spec.xml
   trunk/apps/new_installer/install.xml
Log:
new_installer: try the cronjob on macos as well... it might work there too ;)

Modified: trunk/apps/new_installer/ProcessPanel.Spec.xml
===================================================================
--- trunk/apps/new_installer/ProcessPanel.Spec.xml      2008-05-01 23:57:31 UTC 
(rev 19671)
+++ trunk/apps/new_installer/ProcessPanel.Spec.xml      2008-05-02 03:50:03 UTC 
(rev 19672)
@@ -129,10 +129,12 @@
                <os family="mac"/>
                <executefile name="$INSTALL_PATH/bin/1run.sh"/>
        </job>
+       <!--
        <job name="Register the system service">
                <os family="mac"/>
                <executefile 
name="$INSTALL_PATH/bin/install_startup_hook-mac.sh"/>
        </job>
+       -->

        <!-- Applications now  -->
        <job name="Setting Thaw up">

Modified: trunk/apps/new_installer/install.xml
===================================================================
--- trunk/apps/new_installer/install.xml        2008-05-01 23:57:31 UTC (rev 
19671)
+++ trunk/apps/new_installer/install.xml        2008-05-02 03:50:03 UTC (rev 
19672)
@@ -226,7 +226,9 @@
                        <singlefile src="res/license/LICENSE.Freenet" 
target="$INSTALL_PATH/opennet.install"/>
                </pack>

-               <pack name="AutoStart" id="autostart" required="no" os="unix">
+               <pack name="AutoStart" id="autostart" required="no">
+                       <os family="unix"/>
+                       <os family="mac"/>
                        <description>Start the node automatically on startup. 
Strongly recommended.</description>
                        <singlefile src="res/license/LICENSE.Freenet" 
target="$INSTALL_PATH/autostart.install"/>
                        <executable 
targetfile="$INSTALL_PATH/bin/remove_cronjob.sh" keep="true" stage="uninstall"/>


Reply via email to