Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 01:21:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 192697] New: /etc/rc.subr "find_local_scripts_old()" is broken for all versions of freebsd
Message-ID:  <bug-192697-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192697

            Bug ID: 192697
           Summary: /etc/rc.subr "find_local_scripts_old()" is broken for
                    all versions of freebsd
           Product: Base System
           Version: 9.2-STABLE
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: hostmaster@GTS.Infra-service.CA

Created attachment 145853
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145853&action=edit
patch for /etc/rc.subr "find_local_scripts_old()"

If there are no /usr/local/etc/rc.d/*.sh scripts "$zlist" & "$slist" are
non-empty upon return:

zlist=' /usr/local/etc/rc.d/[0-9]*.sh'
slist=' /usr/local/etc/rc.d/[^0-9]*.sh'

A patch is attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192697-8>