NAME | SYNOPSIS | DESCRIPTION | OPTIONS | RETURN VALUES | EXAMPLES | ERRORS | SEE ALSO
When invoked with no options, domain_history displays the domain_history(4) file, which contains configuration information about all domains that once existed, but were removed through domain_remove(1M).
The following options are supported:
Display configuration information for only the specified domain.
Remove all configuration information from the domain_history(4) file. If you also specify -d, this option removes only the information about the specified domain.
Since recreating a domain is easier than creating a new one, exercise restraint in using the -r option.
Upon successful completion domain_history returns a zero value; otherwise, it returns a nonzero value.
The following command displays configuration information about the previously existing domain named junior.
domain_history -d junior |
Removes the entry for the previously existing domain named junior from the domain_history(4) file.
domain_history -d junior -r |
domain_name does not exist.
domain_history could not find an entry of the specified name in the domain_history(4) file.
domain_create(1M), domain_remove(1M), domain_rename(1M), domain_status(1M), domain_switch(1M), domain_history(4)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | RETURN VALUES | EXAMPLES | ERRORS | SEE ALSO