dhclient-script.8 rev 1.5.2.3
This commit is contained in:
parent
7a89a2adf6
commit
732c765dbd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11868
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
.\" Enterprises, see ``http://www.vix.com''.
|
||||
.\"
|
||||
.\"
|
||||
.\" %FreeBSD: src/contrib/isc-dhcp/client/dhclient-script.8,v 1.5.2.2 2001/03/05 10:09:32 obrien Exp %
|
||||
.\" %FreeBSD: src/contrib/isc-dhcp/client/dhclient-script.8,v 1.5.2.3 2002/01/23 21:57:01 keramida Exp %
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.TH dhclient-script 8
|
||||
|
@ -95,11 +95,11 @@ make_resolv_conf
|
|||
スクリプト実行中にエラーが発生た場合、
|
||||
exit_status 変数を非 0 値に設定することが可能であり、
|
||||
クライアントスクリプト終了直後に
|
||||
.B /sbin/dhclient-script
|
||||
.B /etc/dhclient-script
|
||||
はそのエラーコードで終了します。
|
||||
.PP
|
||||
すべての処理の完了後に、
|
||||
.B /sbin/dhclient-script
|
||||
.B /etc/dhclient-script
|
||||
は実行可能な
|
||||
.B /etc/dhclient-exit-hooks
|
||||
スクリプトの存在を検査し、存在する場合には '.' コマンドでこれを起動します。
|
||||
|
|
Loading…
Reference in a new issue