mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bootpd.dump is in /tmp
This commit is contained in:
parent
3f82e3eaac
commit
86ca32cd60
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
|
||||
.\"
|
||||
.\" $Header: /home/ncvs/src/libexec/bootpd/bootpd.8,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $
|
||||
.\" $Header: /home/ncvs/src/libexec/bootpd/bootpd.8,v 1.2 1995/04/12 00:24:48 gpalmer Exp $
|
||||
.\"
|
||||
.TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University"
|
||||
.SH NAME
|
||||
|
|
@ -221,7 +221,7 @@ If
|
|||
.I bootpd
|
||||
is compiled with the -DDEBUG option, receipt of a SIGUSR1 signal causes
|
||||
it to dump its internal database to the file
|
||||
.I /etc/bootpd.dump
|
||||
.I /tmp/bootpd.dump
|
||||
or the dumpfile specified as a command line parameter.
|
||||
.PP
|
||||
During initialization, both programs
|
||||
|
|
@ -245,7 +245,7 @@ then the values default to boopts=67 and bootpc=68.
|
|||
Database file read by
|
||||
.IR bootpd .
|
||||
.TP
|
||||
/etc/bootpd.dump
|
||||
/tmp/bootpd.dump
|
||||
Debugging dump file created by
|
||||
.IR bootpd .
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Reference in a new issue