From d6c99cdc8cb4d596b4563300dd684d85effedaf4 Mon Sep 17 00:00:00 2001 From: Renaud Chaillat Date: Fri, 7 Sep 2001 09:17:52 +0000 Subject: A small info line for the future --- mdkonline | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mdkonline') diff --git a/mdkonline b/mdkonline index e6435bc7..75512f01 100755 --- a/mdkonline +++ b/mdkonline @@ -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) -- cgit v1.2.1