From 4ba77ccaf2dda759688e5711d0728e3d78721567 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 14 Jan 2002 11:44:43 +0000 Subject: - automated upgrades --- mdkonline | 7 +++++-- 1 file 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`; -- cgit v1.2.1