From nobody@FreeBSD.org  Fri Nov  9 03:16:16 2007
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 51FF216A41A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  9 Nov 2007 03:16:16 +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 4399213C494
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  9 Nov 2007 03:16:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lA93Fukw017416
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 9 Nov 2007 03:15:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lA93FuVE017415;
	Fri, 9 Nov 2007 03:15:56 GMT
	(envelope-from nobody)
Message-Id: <200711090315.lA93FuVE017415@www.freebsd.org>
Date: Fri, 9 Nov 2007 03:15:56 GMT
From: Jeremiah Bright <jbright@jbeez.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ppp fails to start at boot because of missing ldconfig initialization
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117935
>Category:       conf
>Synopsis:       [patch] ppp fails to start at boot because of missing ldconfig initialization
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-rc
>State:          feedback
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 09 03:20:01 UTC 2007
>Closed-Date:    
>Last-Modified:  Sat Oct 27 18:21:45 UTC 2012
>Originator:     Jeremiah Bright
>Release:        6.3-prerelease
>Organization:
>Environment:
FreeBSD golem.jbeez.net 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #6: Thu Nov  8 02:04:39 EST 2007     root@golem.jbeez.net:/usr/obj/usr/src/sys/GOLEM  i386

>Description:
ppp fails to start at boot time because ldconfig startup hasn't occured, I've added ldconfig to the requirements in the ppp startup script
>How-To-Repeat:
configure ppp.conf to ddial so it tries to load automatically at startup
>Fix:
add ldconfig to the requirements line of /etc/rc.d/ppp

I've attached this rediculously small patch file


Patch attached with submission follows:

--- ./ppp       2007-11-08 23:03:27.000000000 -0500
+++ /etc/rc.d/ppp       2007-11-08 22:44:49.000000000 -0500
@@ -4,7 +4,7 @@
 #

 # PROVIDE: ppp
-# REQUIRE: netif isdnd
+# REQUIRE: netif isdnd ldconfig
 # KEYWORD: nojail

 . /etc/rc.subr

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-rc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Nov 9 04:43:02 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117935 
State-Changed-From-To: open->feedback 
State-Changed-By: crees 
State-Changed-When: Sat Oct 27 18:21:44 UTC 2012 
State-Changed-Why:  
Hi Jeremiah, I'm sorry it's been left for so long.  I and another 
developer can't figure out what's actually going wrong-- is it still a 
problem in a modern (7.4+) version of FreeBSD? 

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