version 1.4, 2000/10/27 18:06:31
|
version 1.5, 2000/10/27 18:10:46
|
Line 19 print `/usr/bin/lynx -term xterm -source
|
Line 19 print `/usr/bin/lynx -term xterm -source
|
print "Stopping LON-CAPA and Apache\n"; |
print "Stopping LON-CAPA and Apache\n"; |
system("/etc/rc.d/init.d/loncontrol stop"); |
system("/etc/rc.d/init.d/loncontrol stop"); |
system("/etc/rc.d/init.d/httpd stop"); |
system("/etc/rc.d/init.d/httpd stop"); |
|
system("/etc/rc.d/init.d/atalkd stop"); |
|
system("/etc/rc.d/init.d/smb stop"); |
|
system("/etc/rc.d/init.d/xntpd stop"); |
|
|
# Update downloaded RPM |
# Update downloaded RPM |
|
|
Line 33 print `/usr/sbin/loncaparestoreconfigura
|
Line 36 print `/usr/sbin/loncaparestoreconfigura
|
print "Starting LON-CAPA and Apache (be patient please)\n"; |
print "Starting LON-CAPA and Apache (be patient please)\n"; |
system("/etc/rc.d/init.d/loncontrol start"); |
system("/etc/rc.d/init.d/loncontrol start"); |
system("/etc/rc.d/init.d/httpd start"); |
system("/etc/rc.d/init.d/httpd start"); |
|
system("/etc/rc.d/init.d/atalkd start"); |
|
system("/etc/rc.d/init.d/smb start"); |
|
system("/etc/rc.d/init.d/xntpd start"); |
|
|
# Verify base files and packages |
# Verify base files and packages |
|
|