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.sbin/ppp main.c modem.c ppp.8



ache        96/03/09 00:18:43

  Modified:    usr.sbin/ppp  main.c modem.c ppp.8
  Log:
  1) Open /dev/null for std* after setsid() to be shure that modem is
  *not* our controlling terminal (SIGHUP can coming in other case)
  
  2) Add HUPCL for non-dedicated lines to be shure that modem
  properly resetted.
  
  3) Correct usage string.
  
  Revision  Changes    Path
  1.16      +10 -1     src/usr.sbin/ppp/main.c
  1.15      +5 -1      src/usr.sbin/ppp/modem.c
  1.15      +3 -2      src/usr.sbin/ppp/ppp.8