Magellan Linux

Diff of /alx-src/branches/alx-web-050/mageupgrade.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1632 by niro, Thu Dec 9 22:16:42 2010 UTC revision 1633 by niro, Thu Dec 9 22:31:39 2010 UTC
# Line 66  Line 66 
66   echo '<br>';   echo '<br>';
67   echo '<pre><div align=left class=left>';   echo '<pre><div align=left class=left>';
68   // hotfix copy a fixed mage.rc   // hotfix copy a fixed mage.rc
69   system('scp /var/www/localhost/htdocs/alx/he/mage.rc root@'.$ip.':/etc/mage.rc');   system('scp '.$magerc.' root@'.$ip.':/etc/mage.rc');
70   // hotfix2 and a config.rc   // hotfix2 and a config.rc
71   system('scp /var/www/localhost/htdocs/alx/he/config.rc root@'.$ip.':/etc/alxconfig-ng/config.rc');   system('scp '.$configrc.' root@'.$ip.':/etc/alxconfig-ng/config.rc');
72   editvar("VERBOSE","off","/etc/mage.rc");   editvar("VERBOSE","off","/etc/mage.rc");
73    
74   // update rsync server location   // update rsync server location
# Line 105  Line 105 
105   echo '<pre><div align=left class=left>';   echo '<pre><div align=left class=left>';
106   #echo 'forcing verbose=off <br>';   #echo 'forcing verbose=off <br>';
107   // hotfix copy a fixed mage.rc   // hotfix copy a fixed mage.rc
108   system('scp /var/www/localhost/htdocs/alx/he/mage.rc root@'.$ip.':/etc/mage.rc');   system('scp '.$magerc.' root@'.$ip.':/etc/mage.rc');
109   // hotfix2 and a config.rc   // hotfix2 and a config.rc
110   system('scp /var/www/localhost/htdocs/alx/he/config.rc root@'.$ip.':/etc/alxconfig-ng/config.rc');   system('scp '.$configrc.' root@'.$ip.':/etc/alxconfig-ng/config.rc');
111   editvar("VERBOSE","off","/etc/mage.rc");   editvar("VERBOSE","off","/etc/mage.rc");
112    
113   // update rsync server location   // update rsync server location

Legend:
Removed from v.1632  
changed lines
  Added in v.1633