Date: Sun, 9 May 2010 08:22:33 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc rc.subr src/etc/rc.d netif Message-ID: <201005090834.o498Yp6w052645@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2010-05-09 08:22:33 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
etc rc.subr
etc/rc.d netif
Log:
SVN rev 207811 on 2010-05-09 08:22:33Z by dougb
rc_quiet does not exist in RELENG_7, so hand-merge the part of r179870
that I did not think was applicable here (namely bailing out of
run_rc_command before printing the warning) but use rc_fast as the
trigger instead of rc_quiet. The former exists in all supported branches,
and is set at boot time so it does the job.
The only remaining element that isn't already covered by 'faststart' is
an instance of '/etc/rc.d/ipfilter resync' in rc.d/netif, so make that
fastresync to also silence the warning there. This is similar to what
was done in r175676, although that used quietresync (as described above).
Pointed out by: jhell <jhell@dataix.net>
Revision Changes Path
1.24.2.2 +1 -1 src/etc/rc.d/netif
1.77.2.6 +3 -0 src/etc/rc.subr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005090834.o498Yp6w052645>
