Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 1997 02:44:40 -0800 (PST)
From:      Joerg Wunsch <joerg>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/ppp chat.c lcp.c log.c log.h main.c ppp.8 sig.c sig.h
Message-ID:  <199703151044.CAA15894@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       97/03/15 02:44:38

  Branch:      usr.sbin/ppp  RELENG_2_2
  Modified:    usr.sbin/ppp  chat.c lcp.c log.c log.h main.c ppp.8 sig.c
                        sig.h
  Log:
  23:59's mega-merge for ppp(8).
  
  I've merged the three changes:
  
      re-open on HUP (+doc)
      Working -background option
      pending sig changes
  
  and enclosed patches to get from the current RELENG_2_2.
  The pending signal stuff is the most important, without it it's possible
  to corrupt the caused variable, resulting in a call to (*NULL)() :(
  
  (I'm not totally comfortable with the SIGHUP changes, but they are not
  very harmful either. -- Joerg)
  
  Submitted by:	brian
  
  Revision  Changes    Path
  1.11.2.5  +9 -6      src/usr.sbin/ppp/chat.c
  1.10.2.1  +10 -1     src/usr.sbin/ppp/lcp.c
  1.4.2.2   +26 -1     src/usr.sbin/ppp/log.c
  1.6.2.1   +2 -1      src/usr.sbin/ppp/log.h
  1.22.2.7  +31 -15    src/usr.sbin/ppp/main.c
  1.19.2.3  +5 -2      src/usr.sbin/ppp/ppp.8
  1.2.2.1   +21 -15    src/usr.sbin/ppp/sig.c
  1.2.2.2   +3 -3      src/usr.sbin/ppp/sig.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703151044.CAA15894>