Date: Sun, 15 Nov 2009 15:28:20 +0200 From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= <kes-kes@yandex.ru> To: freebsd-rc@freebsd.org Subject: Fwd: Re: rc.subr patch to set FIB to demon Message-ID: <13610579705.20091115152820@yandex.ru> In-Reply-To: <4AFFE8F8.3060303@infracaninophile.co.uk> References: <1755834289.20091114233449@yandex.ru> <4AFFE8F8.3060303@infracaninophile.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Здравствуйте, . ---------- Пересылаемое письмо ---------- От: Matthew Seaman <m.seaman@infracaninophile.co.uk> К: Коньков Евгений <kes-kes@yandex.ru> А также к: freebsd-questions@freebsd.org Время создания: Sun, 15 Nov 2009 11:41:44 +0000 Тема: rc.subr patch to set FIB to demon Прикрепленные файлы: <none> Коньков Евгений wrote: > 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" && "${name}_fib" ne "NO" ]; 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" > > Interesting. I see you submitted this as a PR back in March, but there has been no activity other than to assign it to -net. Perhaps mailing the freebsd-rc@... list might raise some interest. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW ---------- Конец пересылаемого письма ---------- -- С уважением, Коньков mailto:kes-kes@yandex.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13610579705.20091115152820>