Subject: misc/843: typo is src/etc/rc
To: None <gnats-admin@NetBSD.ORG>
From: None <mrg@mame.mu.OZ.AU>
List: netbsd-bugs
Date: 03/05/1995 07:50:05
>Number:         843
>Category:       misc
>Synopsis:       typo is src/etc/rc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people (Misc Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Mar  5 07:50:03 1995
>Originator:     matthew green
>Organization:
bozotic softwar foundation
>Release:        5 march 95
>Environment:
System: NetBSD splode.mame.mu.OZ.AU 1.0A NetBSD 1.0A (_splode_) #138: Tue Feb 28 01:53:15 EST 1995 mrg@splode.mame.mu.OZ.AU:/splode/build/src/sys/arch/sparc/compile/_splode_ sparc


>Description:

	/etc/rc has typo in recent changes.

>How-To-Repeat:

	name_server was changed to named_flags, but the comment was missed
	in the change.  BFD, eh?  :-)

>Fix:

*** /usr/src/etc/rc	Tue Nov 22 08:22:34 1994
--- /etc/rc	Mon Mar  6 02:32:56 1995
***************
*** 184,190 ****
  	echo -n ' routed';		routed $routed_flags
  fi
  
! # $name_server is imported from /etc/netstart;
  # if $named_flags != NO, named is run.
  if [ "X${named_flags}" != X"NO" ]; then
  	echo -n ' named';		named $named_flags
--- 184,190 ----
  	echo -n ' routed';	routed $routed_flags
  fi
  
! # $named_flags is imported from /etc/netstart;
  # if $named_flags != NO, named is run.
  if [ "X${named_flags}" != X"NO" ]; then
        echo -n ' named';               named $named_flags
>Audit-Trail:
>Unformatted: