summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline4
1 files changed, 4 insertions, 0 deletions
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)