From: Ido Rosen Date: Sat, 9 Sep 2023 06:41:45 +0000 (-0700) Subject: Clarify persistent wording to address confusion. X-Git-Tag: v10.0.3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3be174e47351a0a505fd129e3e2a128e27f8ed;p=thirdparty%2Fdhcpcd.git Clarify persistent wording to address confusion. 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 --- diff --git a/src/dhcpcd.8.in b/src/dhcpcd.8.in index a7ef8fef..4cd092e5 100644 --- a/src/dhcpcd.8.in +++ b/src/dhcpcd.8.in @@ -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.