]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Clarify persistent wording to address confusion.
authorIdo Rosen <code@idorosen.com>
Sat, 9 Sep 2023 06:41:45 +0000 (23:41 -0700)
committerIdo Rosen <code@idorosen.com>
Sat, 9 Sep 2023 06:41:45 +0000 (23:41 -0700)
When persistent is not specified, dhcpcd de-configures the interface at exit.
However, the default dhcpcd.conf example provided enables the option.
See https://github.com/NetworkConfiguration/dhcpcd/discussions/140

src/dhcpcd.8.in

index a7ef8fef1bb19ed0de2efa6a3b9a7b9dde6e896c..4cd092e5b4bae37ce8b602017bbab936baa3bd54 100644 (file)
@@ -452,9 +452,9 @@ variable for use in
 .Pa @SCRIPT@ .
 .It Fl p , Fl Fl persistent
 .Nm
-normally de-configures the
+de-configures the
 .Ar interface
-when it exits.
+when it exits unless this option is enabled.
 Sometimes, this isn't desirable if, for example, you have root mounted over
 NFS or SSH clients connect to this host and they need to be notified of
 the host shutting down.