jlduran / freebsd-src

FreeBSD src tree (read-only mirror)
https://www.FreeBSD.org/
Other
0 stars 0 forks source link

Use `${SYSCTL}` and friends from rc.subr instead of `sysctl` in src/libexec/rc.d #84

Open jlduran opened 2 weeks ago

jlduran commented 2 weeks ago
jlduran commented 2 weeks ago
sysctl_rc()
{
    ${SYSCTL} "$@" > /dev/null
}

Might be an overkill, there is no shame in redirecting... (sysrc, sysctl)