diff options
author | Renaud Chaillat <rchaillat@mandriva.com> | 2001-09-07 09:17:52 +0000 |
---|---|---|
committer | Renaud Chaillat <rchaillat@mandriva.com> | 2001-09-07 09:17:52 +0000 |
commit | d6c99cdc8cb4d596b4563300dd684d85effedaf4 (patch) | |
tree | fdb30d289cd0bd202a683f7ed1bbb86bc8de0e97 /mdkonline | |
parent | 1c6a710fd32189bf36d8070848500353249e761a (diff) | |
download | mgaonline-d6c99cdc8cb4d596b4563300dd684d85effedaf4.tar mgaonline-d6c99cdc8cb4d596b4563300dd684d85effedaf4.tar.gz mgaonline-d6c99cdc8cb4d596b4563300dd684d85effedaf4.tar.bz2 mgaonline-d6c99cdc8cb4d596b4563300dd684d85effedaf4.tar.xz mgaonline-d6c99cdc8cb4d596b4563300dd684d85effedaf4.zip |
A small info line for the future
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -236,6 +236,8 @@ sub test_passwd () { # } # print "Exec: $ssh_script $login $authentication_host $passwd \n"; # TODO: beware if the script was not found +# TODO: avoid starting a shell (which will eval args...) +# by using system() with several distinct args # `$ssh_script $login $authentication_host $passwd`; # NEW METHOD (http) @@ -299,6 +301,8 @@ sub send_config { # } # print "Exec: $scp_script /root/drakbug_report.log $login $authentication_host $passwd \n"; # 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`; # NEW METHOD (http) |