SYNOPSIS
pmksetup -words [-hVv [-r variable ] ] [-u variable = value ]DESCRIPTION
The pmksetup utility is meant to create or update the pmk.conf5 file in order to run the pmk(1) configuration tool.pmksetup reads all configuration information from the pmk.conf5 file.
The options are as follows:
- -h
- Display the help menu.
- -r variable
- Remove the given variable from pmk.conf5 if its value isn't static. Data gathering is skipped by this option.
- -u variable = value
- Add or update existing variable from pmk.conf5 if its value isn't static. The value must have its double quotes escaped to pass through shell filter. Data gathering is skipped by this option.
- -V
- Verbose, display debugging messages.
- -v
- Display the version number.
AUTHORS
An Damien Couderc and Xavier Santolaria .