From nicolas@i.0x5.de  Sat Oct 14 13:04:08 2006
Return-Path: <nicolas@i.0x5.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6A5E016A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Oct 2006 13:04:08 +0000 (UTC)
	(envelope-from nicolas@i.0x5.de)
Received: from n.0x5.de (n.0x5.de [217.197.85.144])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EF35543D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Oct 2006 13:04:07 +0000 (GMT)
	(envelope-from nicolas@i.0x5.de)
Received: by pc5.i.0x5.de (Postfix, from userid 1003)
	id C1E1061C24; Sat, 14 Oct 2006 15:04:05 +0200 (CEST)
Message-Id: <20061014130405.C1E1061C24@pc5.i.0x5.de>
Date: Sat, 14 Oct 2006 15:04:05 +0200 (CEST)
From: Nicolas Rachinsky <freebsd-pr@cl.turing-complete.org>
Reply-To: Nicolas Rachinsky <freebsd-pr@cl.turing-complete.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: command not set in rc.d/isdnd, can't stop isdnd with this rc script
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104408
>Category:       conf
>Synopsis:       command not set in rc.d/isdnd, can't stop isdnd with this rc script
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-rc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 14 13:10:09 GMT 2006
>Closed-Date:    Fri Mar 30 18:42:01 GMT 2007
>Last-Modified:  Tue May 15 09:00:10 GMT 2007
>Originator:     Nicolas Rachinsky
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD pc5.i.0x5.de 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Sat Oct 14 13:28:41 CEST 2006 n@pc5.i.0x5.de:/usr/exported/src/sys/i386/compile/PC5 i386


	
>Description:
/etc/rc.d/isdnd does not set command, /etc/rc.d/isdnd stop does not work
therefore


>How-To-Repeat:
Execute
/etc/rc.d/isdnd stop
while isdnd is running and there is correct pidfile. It won't work "isdnd
not running? (check /var/run/isdnd.pid)."


>Fix:
add
command="/usr/sbin/isdnd"


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-rc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Oct 14 18:58:54 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104408 
State-Changed-From-To: open->closed 
State-Changed-By: mtm 
State-Changed-When: Fri Mar 30 18:39:22 UTC 2007 
State-Changed-Why:  
Thanks! Committed to -CURRENT. 
MFC-After: 1 month 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/104408: commit references a PR
Date: Fri, 30 Mar 2007 18:36:56 +0000 (UTC)

 mtm         2007-03-30 18:36:45 UTC
 
   FreeBSD src repository
 
   Modified files:
     etc/rc.d             isdnd 
   Log:
   Some rc.d commands (such as stop|restart etc.) won't automagically work
   if we don't explicitly set the name of the executable program.
   
   PR: conf/104408
   
   Revision  Changes    Path
   1.22      +1 -0      src/etc/rc.d/isdnd
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/104408: commit references a PR
Date: Tue, 15 May 2007 08:58:13 +0000 (UTC)

 mtm         2007-05-15 08:58:05 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     etc/rc.d             isdnd 
   Log:
   MFC: 1.22
   
   date: 2007/03/30 18:36:45;  author: mtm;  state: Exp;  lines: +1 -0
   Some rc.d commands (such as stop|restart etc.) won't automagically work
   if we don't explicitly set the name of the executable program.
   
   PR: conf/104408
   
   Revision  Changes    Path
   1.20.2.1  +1 -0      src/etc/rc.d/isdnd
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
