[Apachetoolbox-commit] Apachetoolbox/bin/atb load-settings,1.4,1.5 save-settings,1.4,1.5
Brought to you by:
bryanandrews
From: Kevin J. M. Jr. <nir...@us...> - 2004-08-12 13:50:52
|
Update of /cvsroot/apachetoolbox/Apachetoolbox/bin/atb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18234/bin/atb Modified Files: load-settings save-settings Log Message: Added initial (read: broken) support for mod_mono. Marking things as ready for a 1.5.71 release. Index: save-settings =================================================================== RCS file: /cvsroot/apachetoolbox/Apachetoolbox/bin/atb/save-settings,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** save-settings 23 Nov 2003 05:58:28 -0000 1.4 --- save-settings 12 Aug 2004 13:50:43 -0000 1.5 *************** *** 78,81 **** --- 78,82 ---- INSTALL_MODCVS=$INSTALL_MODCVS INSTALL_MODFORTRESS=$INSTALL_MODFORTRESS + INSTALL_MODMONO=$INSTALL_MODMONO INSTALL_CONTRIB_checkbox=$INSTALL_CONTRIB_checkbox INSTALL_CONTRIB_mod_auth_cookie=$INSTALL_CONTRIB_mod_auth_cookie Index: load-settings =================================================================== RCS file: /cvsroot/apachetoolbox/Apachetoolbox/bin/atb/load-settings,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** load-settings 23 Nov 2003 05:58:28 -0000 1.4 --- load-settings 12 Aug 2004 13:50:43 -0000 1.5 *************** *** 90,93 **** --- 90,94 ---- pull INSTALL_MODCVS; INSTALL_MODCVS=$data pull INSTALL_MODFORTRESS; INSTALL_MODFORTRESS=$data + pull INSTALL_MODMONO; INSTALL_MODMONO=$data pull INSTALL_CONTRIB_checkbox; INSTALL_CONTRIB_checkbox=$data |