git: DragonFly_RELEASE_6_4 rc.d: Fix eval bug in routed script
Aaron LI
aly at crater.dragonflybsd.org
Tue Feb 27 16:59:03 PST 2024
commit 9d6bf61d2f3153dc67016b4932237c8a619a5c8c
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/9d6bf61d2f3153dc67016b4932237c8a619a5c8c
--
DragonFly BSD source repository
More information about the Commits
mailing list