Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/usr.bin/fetch http.c



se          1998/07/12 02:07:39 PDT

  Modified files:
    usr.bin/fetch        http.c 
  Log:
  Fix proxy authorization code:
  
  - failed to use authorization parameters passed in the environment, if
    /dev/tty could not be opened (i.e. if running from cron)
  - mixed use of /dev/tty and stdin for prompt and reading of the result
  
  Revision  Changes    Path
  1.19      +8 -8      src/usr.bin/fetch/http.c