summaryrefslogtreecommitdiffstats
path: root/sbin/savecore/savecore.8
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-09-04 10:07:01 +0000
committerdougb <dougb@FreeBSD.org>2003-09-04 10:07:01 +0000
commit724364937f46aff1745c4eb77eac7867eb5cddf1 (patch)
tree331b17dab23808bef2db1a9cff5cda15a4366424 /sbin/savecore/savecore.8
parent480778ce65fd1888aac1652a022fa301036ad443 (diff)
downloadFreeBSD-src-724364937f46aff1745c4eb77eac7867eb5cddf1.zip
FreeBSD-src-724364937f46aff1745c4eb77eac7867eb5cddf1.tar.gz
Add a flag that reports the existence of a dump, and does nothing else.
The immediate purpose for this option is to use it in rc.d so that we can make savecore behavior conditional. Tremendous assistance with ideas and sanity checking provided by tjr and b@etek.chalmers.se.
Diffstat (limited to 'sbin/savecore/savecore.8')
-rw-r--r--sbin/savecore/savecore.812
1 files changed, 12 insertions, 0 deletions
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8
index 5ec8799..cd8518b 100644
--- a/sbin/savecore/savecore.8
+++ b/sbin/savecore/savecore.8
@@ -42,6 +42,10 @@
.Nm
.Fl c
.Nm
+.Fl C
+.Op Fl v
+.Op Ar directory device
+.Nm
.Op Fl fkvz
.Op Ar directory Op Ar device ...
.Sh DESCRIPTION
@@ -58,6 +62,14 @@ the system log.
.Pp
The options are as follows:
.Bl -tag -width indent
+.It Fl C
+Check to see if a dump exists,
+and display a brief message to indicate the status.
+An exit status of 0 indicates that a dump is there,
+1 indicates that none exists.
+This option is compatible only with the
+.Op Fl v
+option.
.It Fl c
Clear the dump, so that future invocations of
.Nm
OpenPOWER on IntegriCloud