kern/144844: souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd

Gabriel Brinton gnoahb at gmail.com
Thu Mar 18 03:20:01 UTC 2010


>Number:         144844
>Category:       kern
>Synopsis:       souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 18 03:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gabriel Brinton
>Release:        8.0-stable
>Organization:
>Environment:
>Description:

The NGM_TTY_COOKIE value in ng_tty.h in svn is set at 1226109660
/stable/8/sys/netgraph/ng_tty.h
http://svn.freebsd.org/viewvc/base/head/sys/netgraph/ng_tty.h?annotate=1847
60#l50

50	mav	184760	#define NGM_TTY_COOKIE	 1226109660
51	julian	52419	
52	 /* Default hot char */
53	 #define NG_TTY_DFL_HOTCHAR	0x7e	/* PPP flag byte */

However, the value in the actual source file shipped with 8.0-stable i386 is something different. 

This is causing errors in the mpd program (v 5.5 and possibly others) which expects the value to be as reported in svn.

>How-To-Repeat:
No need to repeat. Discrepancy between released code and what source tree reports as released.
>Fix:
update code to reflect svn.

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list