FreeBSD Bugzilla – Attachment 9644 Details for
Bug 19673
dhclient-script will not always set the hostname after a reboot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 485 bytes, created by
adrian
on 2000-07-03 17:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adrian
Created:
2000-07-03 17:10:01 UTC
Size:
485 bytes
patch
obsolete
>--- dhclient-script.orig Thu Jun 29 11:45:43 2000 >+++ dhclient-script Mon Jul 3 11:53:19 2000 >@@ -78,7 +78,8 @@ > current_hostname=`/bin/hostname` > if [ x$current_hostname = x ] || \ > [ x$current_hostname = x$old_host_name ]; then >- if [ x$new_host_name != x$old_host_name ]; then >+ if [ x$new_host_name != x$old_host_name ] || \ >+ [ x$new_host_name != x$current_hostname ]; then > $LOGGER "New Hostname: $new_host_name" > hostname $new_host_name > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19673
: 9644