wok annotate avfs/stuff/patches/ftppass-1.1.4 @ rev 25668

Up git (2.44.0), glances (3.4.0.3), glpi (0.0.12), gmp (6.3.0), gnutls (3.8.3), hdf5 (1.14.3), jpeg (9f)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 15:02:28 2024 +0000 (4 months ago)
parents
children
rev   line source
Hans-G?nter@24341 1 --- usr/bin/ftppass.original
Hans-G?nter@24341 2 +++ usr/bin/ftppass
Hans-G?nter@24341 3 @@ -35,8 +35,8 @@
Hans-G?nter@24341 4 stty $oldsetting
Hans-G?nter@24341 5 echo
Hans-G?nter@24341 6
Hans-G?nter@24341 7 -echo $passwd | cp /dev/stdin $basedir/#ftp_ctl:$userhost/password
Hans-G?nter@24341 8 +echo $passwd | install -D /dev/stdin $basedir/#ftp_ctl:$userhost/password
Hans-G?nter@24341 9
Hans-G?nter@24341 10 if [ -e "$basedir/#ucftp_ctl" ]; then
Hans-G?nter@24341 11 - echo $passwd | cp /dev/stdin $basedir/#ucftp_ctl:$userhost/password
Hans-G?nter@24341 12 + echo $passwd | install -D /dev/stdin $basedir/#ucftp_ctl:$userhost/password
Hans-G?nter@24341 13 fi