From nobody@FreeBSD.org  Thu Mar 18 03:18:59 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C28ED106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Mar 2010 03:18:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B1B618FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Mar 2010 03:18:59 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2I3IxEm091398
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Mar 2010 03:18:59 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o2I3Ixji091397;
	Thu, 18 Mar 2010 03:18:59 GMT
	(envelope-from nobody)
Message-Id: <201003180318.o2I3Ixji091397@www.freebsd.org>
Date: Thu, 18 Mar 2010 03:18:59 GMT
From: Gabriel Brinton <gnoahb@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144844
>Category:       kern
>Synopsis:       [netgraph] souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-net
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 18 03:20:00 UTC 2010
>Closed-Date:    Fri Mar 19 08:41:51 UTC 2010
>Last-Modified:  Fri Mar 19 08:41:51 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-bugs->freebsd-net 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Mar 18 04:21:55 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144844 

From: G B <gnoahb@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/144844: [netgraph] souce in svn in 8/stable branch different 
	from shipped source - causing PPP errors with mpd
Date: Thu, 18 Mar 2010 21:29:36 +0700

 Sorry, I just realized I was looking at the ng_ppp.h file in my
 sources. Cancel this PR.
 
 However, mpd5 ppp still doesn't work, but I've filed a bug with the mpd project.
 
 Thanks,
 Gabriel
State-Changed-From-To: open->closed  
State-Changed-By: brucec 
State-Changed-When: Fri Mar 19 08:39:37 UTC 2010 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144844 
>Unformatted:
