Add mustberoot.subr to the list of includes for scripts, exposing the helper
function f_mustberoot_init() to make it easy to write scripts that can more easily transition to the super-user via sudo(8).
This commit is contained in:
parent
dbc750a529
commit
0e30bd5b2e
@ -34,6 +34,7 @@ f_dprintf "%s: loading includes..." script.subr
|
||||
f_include $BSDCFG_SHARE/device.subr
|
||||
f_include $BSDCFG_SHARE/media/any.subr
|
||||
f_include $BSDCFG_SHARE/media/tcpip.subr
|
||||
f_include $BSDCFG_SHARE/mustberoot.subr
|
||||
f_include $BSDCFG_SHARE/packages/packages.subr
|
||||
f_include $BSDCFG_SHARE/variable.subr
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user