Re: [Bug-wget] FAQ on hiding passwords from ps -f

2013-03-12 Thread Nathan Phillip Brink
On Tue, Mar 12, 2013 at 09:02:05AM +0100, Tim Ruehsen wrote: > Am Monday 11 March 2013 schrieb Nathan Phillip Brink: > > To remedy this, naturally, the “echo pass” would be replaced with > > “echo $pass” or “echo ${pass}”. > > Yes, that should be changed. But, as I stated, changing that does not

Re: [Bug-wget] FAQ on hiding passwords from ps -f

2013-03-12 Thread Tim Ruehsen
Am Monday 11 March 2013 schrieb Nathan Phillip Brink: > To remedy this, naturally, the “echo pass” would be replaced with > “echo $pass” or “echo ${pass}”. Yes, that should be changed. > I think that the command should be revised to use --post-file. I think > that the “read -s -p pass; echo "os_p

Re: [Bug-wget] Patch: Make wget abort if post-file does not exist

2013-03-12 Thread Darshit Shah
The original patch caused a SIGABRT that I missed. wget now returns with an exit status of 3. Uploading the updated patch file and another with the test to ensure the correct return code. On Tue, Mar 12, 2013 at 2:03 AM, Giuseppe Scrivano wrote: > Thanks for your your patch! Some comments: > >