rc.subr patch to set FIB to demon

Коньков Евгений kes-kes at yandex.ru
Sat Nov 14 21:48:49 UTC 2009


Hello, .

Link to news:
http://www.kes.net.ua/softdev/fib_patch.html


rc.subr.patch
-------------

2c2
< # $FreeBSD: src/etc/rc.subr,v 1.77.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $
---
> # $FreeBSD: src/etc/rc.subr,v 1.77.2.1 2008/05/12 07:29:03 mtm Exp $
605d604
<
664a664,669
>                         _fib=
>                         if [ "${name}_fib" ]; then
>                               eval _fib=\$${name}_fib
>                                 _fib="/usr/sbin/setfib $_fib"
>                         fi
>
670c675
< $_chroot $command $rc_flags $command_args"
---
> $_chroot $_fib $command $rc_flags $command_args"
674c679
< $command $rc_flags $command_args"
---
> $_fib $command $rc_flags $command_args"


-- 
С уважением,
 Коньков                          mailto:kes-kes at yandex.ru



More information about the freebsd-questions mailing list