summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorRenaud Chaillat <rchaillat@mandriva.com>2001-09-07 09:17:52 +0000
committerRenaud Chaillat <rchaillat@mandriva.com>2001-09-07 09:17:52 +0000
commitd6c99cdc8cb4d596b4563300dd684d85effedaf4 (patch)
treefdb30d289cd0bd202a683f7ed1bbb86bc8de0e97 /mdkonline
parent1c6a710fd32189bf36d8070848500353249e761a (diff)
downloadmgaonline-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-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)