Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 1997 18:42:22 +0900 (JST)
From:      takas-su@is.aist-nara.ac.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/4905: found a wrong spelling in /usr/src/sys/i386/conf/GENERIC
Message-ID:  <199710310942.SAA06793@ryo2402.aist-nara.ac.jp>
Resent-Message-ID: <199710310950.BAA25603@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4905
>Category:       conf
>Synopsis:       found a wrong spelling in /usr/src/sys/i386/conf/GENERIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 31 01:50:00 PST 1997
>Last-Modified:
>Originator:     Sugimura Takashi
>Organization:
Nara Institute of Science and Technology
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

normal 

>Description:

In /usr/src/sys/i386/conf/GENERIC, I found the wrong comment.
"ijppp" is not right. It is "iijppp". (see ppp(8).)

>How-To-Repeat:

See /usr/src/sys/i386/conf/GENERIC.

>Fix:

A small patch for /usr/src/sys/i386/conf/GENERIC is following.

--- GENERIC.orig	Fri Oct 31 18:28:19 1997
+++ GENERIC	Fri Oct 31 18:28:34 1997
@@ -148,7 +148,7 @@
 pseudo-device	ether
 pseudo-device	log
 pseudo-device	sl	1
-# ijppp uses tun instead of ppp device
+# iijppp uses tun instead of ppp device
 #pseudo-device	ppp	1
 pseudo-device	vn	1
 pseudo-device	tun	1

>Audit-Trail:
>Unformatted:



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