version 1.2, 2000/10/26 04:40:25
|
version 1.3, 2000/10/26 04:57:33
|
Line 16 print `/usr/bin/lynx -source http://inst
|
Line 16 print `/usr/bin/lynx -source http://inst
|
|
|
# Stop LON-CAPA |
# Stop LON-CAPA |
|
|
print `/etc/rc.d/init.d/loncontrol stop`; |
print "Stopping LON-CAPA and Apache\n"; |
|
system("/etc/rc.d/init.d/loncontrol stop"); |
|
|
# Update downloaded RPM |
# Update downloaded RPM |
|
|
Line 28 print `/usr/sbin/loncaparestoreconfigura
|
Line 29 print `/usr/sbin/loncaparestoreconfigura
|
|
|
# Start LON-CAPA |
# Start LON-CAPA |
|
|
print `/etc/rc.d/init.d/loncontrol start`; |
print "Starting LON-CAPA and Apache (be patient please)\n"; |
|
system("/etc/rc.d/init.d/loncontrol start"); |
|
|
# Verify base files and packages |
# Verify base files and packages |
|
|