diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-01-14 11:44:43 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-01-14 11:44:43 +0000 |
commit | 4ba77ccaf2dda759688e5711d0728e3d78721567 (patch) | |
tree | 42e416bbd8e015862f1832aa9f9b7d14f6a50508 | |
parent | e22c4db5df3829aabc59d1e210a19473c9656356 (diff) | |
download | mgaonline-4ba77ccaf2dda759688e5711d0728e3d78721567.tar mgaonline-4ba77ccaf2dda759688e5711d0728e3d78721567.tar.gz mgaonline-4ba77ccaf2dda759688e5711d0728e3d78721567.tar.bz2 mgaonline-4ba77ccaf2dda759688e5711d0728e3d78721567.tar.xz mgaonline-4ba77ccaf2dda759688e5711d0728e3d78721567.zip |
- automated upgrades
-rwxr-xr-x | mdkonline | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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`; |