git: rc.d: Fix eval bug in routed script

Aaron LI aly at crater.dragonflybsd.org
Tue Feb 27 07:14:15 PST 2024


commit 7b6e6c5103d3bd902d4aea57b24e08b777d536aa
Author: Aaron LI <aly at aaronly.me>
Date:   Tue Feb 27 21:59:40 2024 +0800

    rc.d: Fix eval bug in routed script
    
    The 'eval' command would fail when 'router_flags' had space or other
    special character in it.  Fix it.
    
    Meanwhile, update the 'eval' command in route6d script to use the same
    format for consistency, although it was correct.

Summary of changes:
 etc/rc.d/route6d | 2 +-
 etc/rc.d/routed  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7b6e6c5103d3bd902d4aea57b24e08b777d536aa


-- 
DragonFly BSD source repository


More information about the Commits mailing list