[#] http://marc.info/?l=openbsd-cvs&m=140681868408511&w=2
openbsd-cvs(obsdave,2) — All
2014-07-31 19:55:10


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/07/31 08:57:41

Modified files:
etc/rc.d : rc.subr

Log message:
In debug mode, properly sort and drop duplicates so that we don't end
up with a confusing output like:
multicast_host >NO<
<...>
multicast_host >YES<

Also properly evaluate values _after_ running _rc_quirks() because these
can modify flags.

ok robert@ halex@