summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-01-14 11:44:43 +0000
committerDaouda Lo <daouda@mandriva.com>2002-01-14 11:44:43 +0000
commit4ba77ccaf2dda759688e5711d0728e3d78721567 (patch)
tree42e416bbd8e015862f1832aa9f9b7d14f6a50508 /mdkonline
parente22c4db5df3829aabc59d1e210a19473c9656356 (diff)
downloadmgaonline-4ba77ccaf2dda759688e5711d0728e3d78721567.tar
mgaonline-4ba77ccaf2dda759688e5711d0728e3d78721567.tar.gz
mgaonline-4ba77ccaf2dda759688e5711d0728e3d78721567.tar.bz2
mgaonline-4ba77ccaf2dda759688e5711d0728e3d78721567.tar.xz
mgaonline-4ba77ccaf2dda759688e5711d0728e3d78721567.zip
- automated upgrades
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline7
1 files changed, 5 insertions, 2 deletions
diff --git a/mdkonline b/mdkonline
index 88229bc1..7bf994bd 100755
--- a/mdkonline
+++ b/mdkonline
@@ -146,6 +146,9 @@ sub gtk_main_quit {
[ -f "/root/$login.$passwd.online.log.bz2" ] && unlink ("/root/$login.$passwd.online.log.bz2");
}
+ # setting up the automated updates
+ automated_upgrades();
+
# quit
print _("Quitting Wizard\n");
main_quit Gtk;
@@ -294,7 +297,7 @@ sub test_passwd () {
}
-sub automate_upgrades {
+sub automated_upgrades {
}
sub send_config {
@@ -322,7 +325,7 @@ sub send_config {
# [ -e "$_" ] and $scp_script="$_", last;
# }
# print "Exec: $scp_script /root/drakbug_report.log $login $authentication_host $passwd \n";
- # TODO: beware if the script was not found
+# TODO: beware if the script was not found
# TODO: avoid starting a shell (which will eval args...)
# by using system() with several distinct args
# `$scp_script /root/drakbug_report.log $login $authentication_host $passwd`;