opnsense-ports/www/nspluginwrapper/pkg-message
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

32 lines
444 B
Text

[
{ type: install
message: <<EOM
The nspluginwrapper is installed on a per user basis. All of
the commands can be run as an unprivileged user.
To install all the plugins from their default locations:
nspluginwrapper -v -a -i
To install a specific plugin:
nspluginwrapper -i path/to/plugin.so
To remove a specific plugin:
nspluginwrapper -r path/to/plugin.so
To view all currently installed plugins:
nspluginwrapper -l
EOM
}
]