ports/152969: [patch] net/freenet6's rc.d script breaks rcorder and	breaks system startup
    J.R. Oldroyd 
    fbsd at opal.com
       
    Thu Dec  9 22:30:06 UTC 2010
    
    
  
>Number:         152969
>Category:       ports
>Synopsis:       [patch] net/freenet6's rc.d script breaks rcorder and breaks system startup
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 09 22:30:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     J.R. Oldroyd
>Release:        FreeBSD 8.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD xx.opal.com 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #5: Sat Dec 4 23:01:56 EST 2010 xx at xx.opal.com:/usr/obj/usr/src/sys/XX i386
>Description:
Installing the net/freenet6 ports installs /usr/local/etc/rc.d/freenet6 which has a
circular rcorder dependency, the presence of which completely reorders the normal sequence
of the other startup scripts into a sequence that prevents normal system startup.
>How-To-Repeat:
With net/freenet6 NOT installed, run:
	rcorder /etc/rc.d/* /usr/local/etc/rc.d/*
and observe normal startup sequence.
Install net/freenet6 port and run the same command again and observe
multiple "Circular dependency" error messages as well as very different
resulting script ordering.
>Fix:
--- /usr/local/etc/rc.d/freenet6.orig	2010-12-09 17:16:02.000000000 -0500
+++ /usr/local/etc/rc.d/freenet6	2010-12-09 16:18:18.000000000 -0500
@@ -6,7 +6,7 @@
 #
 # PROVIDE: freenet6
 # REQUIRE: NETWORKING netif named
-# BEFORE: ip6addrctl
+# BEFORE: DAEMON
 # KEYWORD: shutdown
 #
 
>Release-Note:
>Audit-Trail:
>Unformatted:
    
    
More information about the freebsd-ports-bugs
mailing list