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: hostmas...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"