wok view avfs/stuff/patches/ftppass-1.1.4 @ rev 24936

created recipe for mypaint-brushes
author Hans-G?nter Theisgen
date Thu Apr 14 09:08:33 2022 +0100 (2022-04-14)
parents
children
line source
1 --- usr/bin/ftppass.original
2 +++ usr/bin/ftppass
3 @@ -35,8 +35,8 @@
4 stty $oldsetting
5 echo
7 -echo $passwd | cp /dev/stdin $basedir/#ftp_ctl:$userhost/password
8 +echo $passwd | install -D /dev/stdin $basedir/#ftp_ctl:$userhost/password
10 if [ -e "$basedir/#ucftp_ctl" ]; then
11 - echo $passwd | cp /dev/stdin $basedir/#ucftp_ctl:$userhost/password
12 + echo $passwd | install -D /dev/stdin $basedir/#ucftp_ctl:$userhost/password
13 fi