Subject: PR/35366 CVS commit: src/etc
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Hubert Feyrer <hubertf@netbsd.org>
List: netbsd-bugs
Date: 01/27/2007 14:35:02
The following reply was made to PR misc/35366; it has been noted by GNATS.

From: Hubert Feyrer <hubertf@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35366 CVS commit: src/etc
Date: Sat, 27 Jan 2007 14:30:27 +0000 (UTC)

 Module Name:	src
 Committed By:	hubertf
 Date:		Sat Jan 27 14:30:27 UTC 2007
 
 Modified Files:
 	src/etc: rc.subr
 
 Log Message:
 _find_processes(): in addition to the existing "interpreter: /path/to/daemon"
 also recognize "interpreter: daemon" in ps(1) output.
 
 That case statement should be rewritten with expr(1) if more flexibility is
 needed.
 
 Fixes PR 35366 by Dominik Joe Pantucek, debugged with much assistance
 by him on IRC.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.67 -r1.68 src/etc/rc.subr
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.