Ofer Schreiber has uploaded a new change for review. Change subject: packaging: add engine-cleanup man page ......................................................................
packaging: add engine-cleanup man page Added man page for engine-cleanup utility, based on engine-setup man page. Change-Id: I9a1d13506e1d28e4e52d5f7f9fb2fd06e2ca2768 Signed-off-by: Ofer Schreiber <[email protected]> --- M ovirt-engine.spec.in A packaging/man/man8/engine-cleanup.8 2 files changed, 30 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/20915/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index 0367be4..9445feb 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -830,6 +830,7 @@ %{_bindir}/engine-setup %{_bindir}/engine-upgrade-check %{_mandir}/man8/engine-setup.* +%{_mandir}/man8/engine-cleanup.* %{engine_data}/bin/ovirt-engine-log-setup-event.sh %{engine_data}/conf/iptables.default.in %{engine_data}/conf/nfs.sysconfig.in diff --git a/packaging/man/man8/engine-cleanup.8 b/packaging/man/man8/engine-cleanup.8 new file mode 100644 index 0000000..77eb22f --- /dev/null +++ b/packaging/man/man8/engine-cleanup.8 @@ -0,0 +1,29 @@ +.Dd Novermber 05, 2013 +.Os POSIX-compatible +.Dt engine-cleanup 8 +.Sh NAME +engine\-cleanup \- cleanup utility for Open Virtualization +Manager. +.Sh SYNOPSIS +.Nm engine\-cleanup [options] +.Sh DESCRIPTION +The engine\-cleanup utility cleans an installation of Open Virtualization Manager. +Configuration values must be provided interactively, as command line options, +or using an answer file. Following a successful run of the engine\-cleanup +utility all Open Virtualization Manager configuration will be removed. +Where a run of the engine\-cleanip utility is unsuccessful, +comprehensive logging and error information is output both to standard output and to the engine\-cleanup log file. +.Sh OPTIONS +.Bl -tag -width "AA" +.It \-\-log=file +write log to this file. +.It \-\-config=file +Load configuration files. +.It \-\-config-append=file +Load extra configuration files. +.It \-\-generate-answer=file +Generate answer file. +.El +.Sh BUGS +Report bugs at https://bugzilla.redhat.com/. + -- To view, visit http://gerrit.ovirt.org/20915 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9a1d13506e1d28e4e52d5f7f9fb2fd06e2ca2768 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ofer Schreiber <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
