mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Just fixin' them bugs as fast as they pop up.
Also add instrumentation for adding packages from scripts.
This commit is contained in:
parent
cfe7e224b8
commit
d6df5fd25f
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ static struct _word {
|
|||
{ "mediaSetCPIOVerbosity", mediaSetCPIOVerbosity },
|
||||
{ "mediaGetType", mediaGetType },
|
||||
{ "packageAdd", package_add },
|
||||
{ "system", (int (*)(char *))system },
|
||||
{ "systemInteractive", systemExecute },
|
||||
{ "tcpInstallDevice", tcpInstallDevice },
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue